Vidyalelo
C++ Programming · Q619

C++ miscellaneous

Programming · C++ Programming · question 619

Q619

What will be the output of the following C++ code? #include #include using namespace std; int main() cout ::type>::value; cout ::type>::value; return 0;

A.
1010
B.
1020
C.
2020
Answer
D.
2030

Answer: Option C

Solution

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