Saved Bookmarks
| 1. |
What do you understand about arrays? What are some of the real life applications of an array? |
|
Answer» A collection of items stored in contiguous memory spaces is referred to as an array. The objective is to GROUP together goods of the same type. This makes calculating the position of each element EASY by simply adding an offset to a base value, such as the memory ADDRESS of the array's first element. Following are the real-life applications of an array:
|
|