true
is not a keyword in C like it is in C++.
To access it you’ll have to #include <stdbool.h>
.
2
solved Why (true && true) raise an error while (1 && 1) doesn’t? [duplicate]
true
is not a keyword in C like it is in C++.
To access it you’ll have to #include <stdbool.h>
.
2
solved Why (true && true) raise an error while (1 && 1) doesn’t? [duplicate]