Vidyalelo
C++ Programming · Q114

C++ miscellaneous

Programming · C++ Programming · question 114

Q114

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

A.
20
B.
10
C.
Error
D.
0
Answer

Answer: Option D

Solution

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