Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

Chapter 2. Data Structures: Array > 2.13 POINTERS AND ARRAYS

2.13 POINTERS AND ARRAYS

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.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial