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
Dont ansi function prototypes render lint obsolete?
Explain how can you tell whether a program was compiled using c versus c++?
What is the return type of sizeof?
What is maximum size of array in c?
Why is c so important?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are the types of c language?
What are identifiers and keywords in c?
What is a file descriptor in c?
What is pointer to pointer in c with example?
What is the difference between far and near ?
When can you use a pointer with a function?
How can I handle floating-point exceptions gracefully?
Explain what is the difference between far and near ?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?