

MCQOPTIONS
Saved Bookmarks
1. |
Is bool a fundamental data type in C++? |
A. | No, it is expanded from macros |
B. | No, it is an enum of {false, true} |
C. | No, it is a typedef of unsigned char |
D. | Yes |
E. | None of these |
Answer» E. None of these | |