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