Vidyalelo
C++ Programming · Q18

Introduction to C++

Programming · C++ Programming · question 18

Q18

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

A.
Size of int in bytes
Answer
B.
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