Answer (Choose 1 answer)
What is the difference between arrays and pointers?
A. Pointers are used to manipulate data using the address. Arrays are subscripted variables manipulate data.
B. Pointer points to the memory location, array doesn't do this.
C. Arrays are a collection of different data types, pointers only indicate memory location.
39