What happens if a class does not have a name?
A. It will not have a constructor
B. It will not have a destructor
C. It is not allowed
D. It will neither have a constructor or destructor
Answer: Option B
A. It will not have a constructor
B. It will not have a destructor
C. It is not allowed
D. It will neither have a constructor or destructor
Answer: Option B
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