Q17
What will be the output of the following code: cout << sizeof(char); in C++?
A.
4
B.
1
AnswerC.
Compiler error
D.
2
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board