Vidyalelo
C++ Programming · Q124

C++ miscellaneous

Programming · C++ Programming · question 124

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
Answer
D.
110

Answer: Option C

Solution

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