- An array is a pointer int arr[6]={11,12,13,14,15,16}; : arr is a pointer that stores the address of the first element in the array - An array is contiguous blocks of memory that store a value