InterviewSolution
Saved Bookmarks
| 1. |
What are the vectors?(a) Arrays with dynamic size(b) Arrays with different types of elements(c) Same as array classes(d) Arrays with static size but use template classesI had been asked this question in an online quiz.This interesting question is from seq_con Vector Class topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» The CORRECT OPTION is (a) ARRAYS with dynamic size |
|