What is the result of the expression: sizeof(int) in C++?
A. Size of int in bytes
B. Size of int in bits
C. Error: sizeof cannot be applied
D. Implementation-defined
Answer: Option A
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion