Q718
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.
111
B.
123
AnswerC.
321
D.
121
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board