In C there is no predefined datatype as bool. We can create bool using enum. One enum will be created as bool, then put the false, ...
確定! 回上一頁