1.

Which function is used to get the total capacity of a vector?

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


Discussion

No Comment Found