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 typedef struct in c?
Differentiate between static and dynamic modeling.
Why do we need arrays in c?
What are the advantage of c language?
what are the 10 different models of writing an addition program in C language?
explain what is a newline escape sequence?
How can you determine the size of an allocated portion of memory?
Without Computer networks, Computers will be half the use. Comment.
What are the types of unary operators?
What is #line used for?
Was 2000 a leap year?
What are control structures? What are the different types?
What is structure in c explain with example?
what are non standard function in c
What does #pragma once mean?