// in the c lanaguage 0 = false and 1 = true bool isBald; isBald = 0; isBald = false; // the last two statements are the equivalent