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
Is there any possibility to create customized header file with c programming language?
Disadvantages of C language.
What is the use of f in c?
Explain the use of keyword 'register' with respect to variables.
Why is structure padding done in c?
What is the difference between mpi and openmp?
explain what are actual arguments?
What are disadvantages of C language.
What is a good way to implement complex numbers in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is calloc()?
How can you determine the maximum value that a numeric variable can hold?
What is pointer to pointer in c with example?
What is header file definition?
What are the types of c language?