InterviewSolution
Saved Bookmarks
| 1. |
What is the name of a data member of class Vector which is used to store a number of elements in the vector?(a) length(b) elements(c) elementCount(d) capacity |
|
Answer» Right option is (c) elementCount Best explanation: None. |
|