InterviewSolution
Saved Bookmarks
| 1. |
Which operator is used to access the nth bit in a bitset?(a) ->(b) [](c) .(d) *This question was addressed to me in quiz.The origin of the question is Bitset in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» The correct answer is (b) [] |
|