What is the difference between array and pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


What are the advantages of external class?

0 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


What is the difference between memcpy and memmove?

0 Answers  


What is dangling pointer in c?

0 Answers  






int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


how i m write c program 1.check prime number 2.prime number series

1 Answers  


State the difference between x3 and x[3].

0 Answers   Aricent,


code for quick sort?

0 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


Categories