InterviewSolution
Saved Bookmarks
| 1. |
What is an array of structures? |
|
Answer» Array of structure is a collection of array elements in which, each element of the array is a structure. |
|