#include <stdio.h>int main(){ int a= 10, b=12; if(a<b){ printf("It is true"); } printf("That is false"); return 0;}
Standard input is empty
It is trueThat is false
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!