InterviewSolution
Saved Bookmarks
| 1. |
What Is An Array? |
|
Answer» An array is a DATA STRUCTURE that contains several VARIABLES of the same TYPE. An array is a data structure that contains several variables of the same type. |
|