/* Demo ?: */ #include int main( int argc, char* argv[] ) { if ( 0 ) { printf("3 is true\n"); } else { printf("3 is false\n"); } }