Chapter/Index: Introduction | A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
Appendix
Boolean in DM
C++ defines two Boolean constants:
i)
true,
ii) false.
They are the only values that a bool variable may have.
|