1.

Which of the following function is used to get the actual number of elements stored in vector?

A. v.size()
B. v.capacity()
C. v.max_size()
D. v.no_of_elements()
Answer» B. v.capacity()


Discussion

No Comment Found