Boolean literals

C only At the C99 level, C defines true and false as macros in the header file stdbool.h.

C++ only There are only two Boolean literals: true and false.