#include <stdio.h>int main(void){ bool test=true; printf("test=%d\n",test); printf("test=%d\n\n",!test); return 0;}
Standard input is empty
test=1 test=0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!