Q323
What will be the output of the following C++ code? #include #include using namespace std; int main() cout ::value; cout ::value; cout ::value; return 0;
A.
010
AnswerB.
101
C.
001
D.
110
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board