Saved Bookmarks
| 1. |
Which is the correct syntax of constructing a bitset?(a) bitset b;(b) bitset b(12);(c) bitset b(string(“1100”));(d) all of the mentionedI had been asked this question in final exam.I'd like to ask this question from Bitset in chapter Class Hierarchies, Library & Containers of C++ |
|
Answer» Correct answer is (d) all of the MENTIONED |
|