array of pointer
pointer to array
pointer to pointer



array of pointer pointer to array pointer to pointer..

Answer / harisankar.k.r.ctl

no

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

What is console in c language?

0 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


what is a NULL pointer?

2 Answers  


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


What are identifiers c?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


explain what are pointers?

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


Categories