Page 1 of 1

Is bool a fundamental data type in C++?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) Yes
b) No, it is a typedef of unsigned char
c) No, it is an enum of {false, true}
d) No, it is expanded from macros