Vidyalelo
C++ Programming · Q975

C++ miscellaneous

Programming · C++ Programming · question 975

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
Answer
C.
302010
D.
102010

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board