What is 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

Read two numbers from keyboard and find maximum of them?

1 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Why we not create function inside function.

0 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


What are the advantages of external class?

0 Answers  






a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


What is c language & why it is used?

0 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


2. What does static variable mean?

2 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


How reliable are floating-point comparisons?

0 Answers  


Categories