[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: Ciena

5. Write a declaration of array of pointer, pointer to an array.

Answer:

Array of pointer

Int tmp[]={1,2,3};
Int *ar[3];
for(i=0;I<3;I++)
at[I]=&tmp[I];

Pointer to an array

Int *Parr;
Parr = &tmp;

Post Your Answer Here:      Public      Private

Rate This: +1 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here