#include int main() { int x = 0; if (x++) printf(\"true\\n\"); else if (x == 1) printf(
0 is false in C. You're using the post-increment operator.