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: Option D
A. Implementation-defined
B. Error: sizeof cannot be applied
C. Size of char in bits
D. Size of char in bytes
Answer: Option D
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