Vidyalelo
C++ Programming · Q78

Variables and Data Types in C++

Programming · C++ Programming · question 78

Q78

Is bool a fundamental data type in C++?

A.
Yes
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board