Vidyalelo
C++ Programming · Q475

C++ miscellaneous

Programming · C++ Programming · question 475

Q475

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

A.
1
B.
0
Answer
C.
Error
D.
Segmentation fault

Answer: Option B

Solution

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