Q124
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.
011
B.
101
C.
010
AnswerD.
110
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board