I saw the C chord Why did they bother writing it like that instead of writing it as 1, 0? Is there anything better?
#define TRUE (1==1)
#define FALSE (!TRUE)
Because writing like that is close to the actual definition of boolean type. It doesn't matter if you write 1/0
Never take off the brackets
© 2024 OneMinuteCode. All rights reserved.