What is the real difference between arrays and pointers?
Answer Posted / swetha.j.n
Array is a group of elements.But pointer is not a group of
elements.
Array refer to the data in memory location.But pointer
refer to the address in memory location.
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is a structure member in c?
Explain how many levels deep can include files be nested?
What is the difference between fread buffer() and fwrite buffer()?
What is a volatile keyword in c?
What is #line?
What math functions are available for integers? For floating point?
What is the collection of communication lines and routers called?
What are the types of i/o functions?
What are void pointers in c?
Is file a keyword in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Why c is called procedure oriented language?
What is the difference between null pointer and wild pointer?
What is the best way to store flag values in a program?
Tell me when is a void pointer used?