I'm reading a book about pointers in C, but since I'm new to such a language, the concept of pointers is a bit complex, and when I read the following definition, I came up with the question of whether an array is a pointer .
Pointer Variables
The current size required is not too we have a way of informing the compiler that we want to store is an address. Such a variable is called a pointer variable.
By definition then, arrays are pointers, right? In some places, if you say that the array drops to a pointer, would it be correct to say that too?