What is the real difference between arrays and pointers?
Answer Posted / rag
ARRAYS are allocated at compile time.
POINTERS are alocated at run time.
USE POINTERS FOR PROGRAM EFFICIENCY,BECAUSE MEMORY IS
PRECIOUS ONE. So to reduce memory use pointers.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is a function in c?
Explain what is a static function?
Why is main function so important?
write a program for the normal snake games find in most of the mobiles.
How do I copy files?
Is main a keyword in c?
What is bin sh c?
Why is struct padding needed?
Why we use void main in c?
How does normalization of huge pointer works?
What are qualifiers and modifiers c?
How to draw the flowchart for structure programs?
Difference between constant pointer and pointer to a constant.
What is the difference between union and structure in c?
Why is sprintf unsafe?