Why use true and false if u can substitute them with 1 and 0, just for readability? Is there a situation where u need to use true or false and not 1 or 0?
@PortfolioCourses2 жыл бұрын
Yes it’s just for readability. A good C developer should know about 1 and 0, but I prefer to use true/false. And I don’t think there is any situation like that, because true and false are just 1 and 0.