C Programming Tutorial 4: Pointers and Arrays
A pointer variable holds the address of another variable. An array stores the elements of the same type in consecutive locations.
A pointer variable holds the address of another variable. An array stores the elements of the same type in consecutive locations.