Accessing parts of arrays - English

18917 visits



Outline:

Create a one-dimensional array Create a two-dimensional array Accessing individual elements of an array How to change the value of an array How to change more than one elements at a time Negative indexing of arrays Slicing of an array Striding of an array Access only the odd rows and columns of an array Examples to demonstrate all the manipulations of arrays