Vidyalelo
C++ Programming · Q128

C++ miscellaneous

Programming · C++ Programming · question 128

Q128

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.
11
B.
12
Answer
C.
21
D.
22

Answer: Option B

Solution

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