Q904
What will be the output of the following C++ code? #include #include using namespace std; int main() bitset b1(string("15")); cout<<b1;
A.
00001111
B.
Compile-time error
C.
11110000
D.
Run-time error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board