InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the limitation of bitset over vector bool?(a) Space(b) Size(c) Type(d) SpeedThe question was asked in final exam.My question is from Bitset in section Class Hierarchies, Library & Containers of C++ |
|
Answer» The CORRECT option is (b) Size |
|