Vidyalelo
C++ Programming · Q323

C++ miscellaneous

Programming · C++ Programming · question 323

Q323

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.
010
Answer
B.
101
C.
001
D.
110

Answer: Option A

Solution

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