What is the real difference between arrays and pointers?
Answer Posted / siddhartha
Arrays allocate the memory space which cannot resized or
reassigned. But in case of pointers the memory size can be
resized
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
How can I make it pause before closing the program output window?
What is the difference between struct and union in C?
What is a pragma?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
FILE PROGRAMMING
Which type of language is c?
How can I ensure that integer arithmetic doesnt overflow?
What is the difference between printf and scanf )?
What is infinite loop?
What is the difference between Printf(..) and sprint(...) ?
What is the difference between the expression “++a” and “a++”?
What is difference between && and & in c?
How can I list all of the predefined identifiers?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
How are 16- and 32-bit numbers stored?