Vidyalelo
C++ Programming · Q34

Introduction to C++

Programming · C++ Programming · question 34

Q34

What is the result of the expression: sizeof(char) in C++?

A.
Implementation-defined
B.
Error: sizeof cannot be applied
C.
Size of char in bits
D.
Size of char in bytes
Answer

Answer: Option D

Solution

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