In c, in bool, true == 1 and false == 0? November 30, 2023 by Tarik More accurately anything that is not 0 is true. So 1 is true, but so is 2, 3 … etc.