Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Array name by itself is an address or pointer. It points to the address of the first element (0th element of an array). The elements of the array together with their addresses can be displayed by using array name itself. Array elements are always stored in contiguous memory locations.
Programs in this regard are explained below.