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


Please Help Members By Posting Answers For Below Questions

What is a structure member in c?

757


Explain how many levels deep can include files be nested?

831


What is the difference between fread buffer() and fwrite buffer()?

902


What is a volatile keyword in c?

892


What is #line?

819


What math functions are available for integers? For floating point?

861


What is the collection of communication lines and routers called?

859


What are the types of i/o functions?

970


What are void pointers in c?

768


Is file a keyword in c?

682


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1956


Why c is called procedure oriented language?

801


What is the difference between null pointer and wild pointer?

917


What is the best way to store flag values in a program?

788


Tell me when is a void pointer used?

863