What is the size of a boolean variable in C++?
A. 1 bit
B. 1 byte
C. 4 bytes
D. 2 bytes
Answer: Option A
A. 1 bit
B. 1 byte
C. 4 bytes
D. 2 bytes
Answer: Option A
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