Q18
What is the result of the expression: sizeof(int) in C++?
A.
Size of int in bytes
AnswerB.
Size of int in bits
C.
Error: sizeof cannot be applied
D.
Implementation-defined
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board