Saved Bookmarks
| 1. |
Define an array exaplain one dimensional arryay |
|
Answer» Answer: A one dimensional array or single dimension array is a type of linear aray . Aceesing its ELEMENT involve a single subscript which can either represent a ROW or column INDEX . Here the array can store ten elements of type int . This array has indices STARTING from zero through nine . |
|