C Booleans
C Booleans
C- booleans are a data type in the C Standard Library which can store true or false. Boolean contains two types of values, i.e., 0 and 1. , the bool type value represents two types of behavior, is true or false. ‘0’ represents false value, while ‘1’ is represents the true value. In C Boolean, ‘0’ is stored as 0, and another integer is stored as 1.