WHAT IS THE DIFFERENCE BETWEEN POINTER AND ARRAY IN C?
Array is a collection of variables belongings to the same data type. We can store group of data of same data type in an array.
Pointer is a single variable that stores the address of other object/variable.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Array is a collection of variables belongings to the same data type. We can store group of data of same data type in an array.
Pointer is a single variable that stores the address of other object/variable.
need an explanation for this answer? contact us directly to get an explanation for this answer