![]() Related Questions Given the piece of codeint a[50];int *pa;pa=a;to access the 6th element of the array which of the following is incorrect?a.*(a+5)b.a[5]c.pa[5]d.*(*pa + 5) A Given the piece of codeint a[50];int *pa;pa=a;To access the 6th element of the array which of the following is incorrect?A. *(a+5)B. a[5]C. pa[5]D. *(*pa + 5} Int *a[5] refers toA. array of pointersB. pointer to an arrayC. pointer to a pointerD. none of these Int *a[5] refers toA. array of pointersB. pointer to an arrayC. pointer to a pointerD. none of these Tags : Pointer 1. Difference between "C structure" and "C++ structure".2. Diffrence between a "assignment operator" and a "copy constructor"3. What is the difference between "overloading" Latest Answer : jhglk; ... Read Answers (17) | Asked by : Srikanth If we declare a pointer like char *p;how much memory is allocated for pointer variable 'p'. Tags : Pointer
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||