What is the real difference between arrays and pointers?
Answer Posted / pravinash
array is collection of similar datatype. it is a static
memory allocation means we can not increment and decrement
the arry size once we allocated. and we can not increment
the base address, reassign address.
pointer is a dynamic memory allocation. we can allocate the
size as we want, assigning into another variable and base
address incrementation is allowed.
Is This Answer Correct ? | 72 Yes | 9 No |
Post New Answer View All Answers
Does c have an equivalent to pascals with statement?
What is an example of structure?
What is calloc malloc realloc in c?
When can you use a pointer with a function?
Why is c called "mother" language?
What is file in c language?
What are the different types of data structures in c?
How do I use strcmp?
Can we declare function inside main?
Explain what is meant by 'bit masking'?
What is storage class?
Explain what is a pragma?
cavium networks written test pattern ..
What is the use of bit field?
What are the 5 data types?