Getting a memory address - arrays
identifier;
To get the address of an array, you simply use the array name, which
stores the memory location of the first value in the array. Note that while
using the name of the array causes it to act like a pointer, unlike a regular
pointer, it is constant.
Related articles
Introduction to arrays