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
AnswerD.
2030
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board