Vidyalelo
C++ Programming · Q718

C++ miscellaneous

Programming · C++ Programming · question 718

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
Answer
C.
321
D.
121

Answer: Option B

Solution

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