Q975
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.
101010
B.
102030
AnswerC.
302010
D.
102010
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board