InterviewSolution
Saved Bookmarks
| 1. |
Write any two features of an array. |
|
Answer» Array can be of any data type available in ‘C++’, i.e., integer array, float array, character array, etc., All the elements of an array will contain the same type of data. |
|