#include int main(int argc, char** argv) { int i = 0; if (!i) { printf("not i\n"); } if (i) { printf("i\n"); } return 0; }