What is the real difference between arrays and pointers?
Answer Posted / subhasmita swain
arrays stores a block of contigious memory .where as
Pointers are save the base address of the block of
memory,it may be a array of datas.pointers can resize them
shelves by pointing to a different block of memory,in
contrast arrays are fixed size.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the size of enum in bytes?
Differentiate between the expression “++a” and “a++”?
I need testPalindrome and removeSpace
#include
What are the advantages of c preprocessor?
Why n++ execute faster than n+1 ?
What is the difference between functions getch() and getche()?
What are register variables? What are the advantage of using register variables?
Why can't I perform arithmetic on a void* pointer?
Why static is used in c?
Are there constructors in c?
What is a program flowchart and explain how does it help in writing a program?
Explain pointer. What are function pointers in C?
Does free set pointer to null?
What is array within structure?
What is echo in c programming?