Vidyalelo
C++ Programming · Q17

Variables and Data Types in C++

Programming · C++ Programming · question 17

Q17

What will be the output of the following code: cout << sizeof(char); in C++?

A.
4
B.
1
Answer
C.
Compiler error
D.
2

Answer: Option B

Solution

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