InterviewSolution
Saved Bookmarks
| 1. |
Explain any two uses of arrays. |
|
Answer» It reduces the creation and use of more number of individual variables in a program. Confusion and complexity in identifying the variables can be avoided. |
|