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 C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Explain the difference between strcpy() and memcpy() function?

0 Answers  






What are the different categories of functions in c?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


List the different types of c tokens?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Categories