The subscript operator [ ] provides an easy way to address the individual
elements of an array by index. If Array is the name of an array and i is an integer, then the expression Array[i] designates the array element with the index i. Array elements are indexed beginning with 0.
Subscribe to:
Post Comments (Atom)
0 Comment "How to Accessing Array Elements."
Post a Comment