1 2 3 4 5 6 7
//en.cppreference.com/w/c/language/bool_constant.html #include <stdio.h> int main(void) { printf("%d\n%d\n", true, false); }