#include int main(int argc, char *argv[]) { int a = 0; if ( a ) { printf("%d is true\n",a); } else { printf("%d is false\n",a); } }