C Program to Access Elements of an Array Using Pointer
Learn C - C tutorial - c program to access elements of an array using pointer - C examples - C programs
C Program to Access Elements of an Array Using Pointer
- Array that can store a fixed-size sequential elements of the same type.
- An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.