What is the real difference between arrays and pointers?
Answer Posted / subhasmita swain
arrays stores a block of contigious memory .where as
Pointers are save the base address of the block of
memory,it may be a array of datas.pointers can resize them
shelves by pointing to a different block of memory,in
contrast arrays are fixed size.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is your stream meaning?
What does void main () mean?
What is static volatile in c?
Why flag is used in c?
How many main () function we can have in a project?
Which of these functions is safer to use : fgets(), gets()? Why?
What are the 4 data types?
What is unary operator?
What is a scope resolution operator in c?
What is the process to generate random numbers in c programming language?
Why n++ execute faster than n+1 ?
What is the explanation for cyclic nature of data types in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are the back slash character constants or escape sequence charactersavailable in c?
What are the types of c language?