codeGK
Code it ALL
C Booleans - CodeGK

♦ C Booleans

♣ Example1: C Booleans

In this example, the Boolean data type is illustrated.
Note that if Boolean were to be represented as an integer, then true would correspond to 1 and false would correspond to 0.
Example
Input:
Output:
Booleans