Saved Bookmarks
| 1. |
WHAT ARE THE ADVANTAGE OF USING ARRAYS????? |
|
Answer» Answer: ARRAYS represent multiple data items of the same TYPE USING a single name. In arrays, the elements can be accessed randomly by using the index number. Arrays ALLOCATE memory in contiguous memory locations for all its elements Explanation: HOPE it helps you |
|