What is the real difference between arrays and pointers?
Answer Posted / revathi
Array supports static memory allocation in the sense the memory size is allocated before it can use
Pointer supports dynamic memory allocation in the sense the memory is resized
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Is c easier than java?
How many header files are in c?
Are the variables argc and argv are always local to main?
What are the advantage of c language?
Explain what are the advantages and disadvantages of a heap?
The difference between printf and fprintf is ?
what is the diffrenet bettwen HTTP and internet protocol
How would you rename a function in C?
What are the benefits of c language?
What is meant by operator precedence?
Write a program to swap two numbers without using third variable in c?
Whats s or c mean?
What is the difference between functions getch() and getche()?
What are the types of i/o functions?