#include <stdio.h> int main(){int j = 65 ;printf ( "j >= 65 ? %d : today", j ) ;return 0 ;}
Standard input is empty
j >= 65 ? 65 : today
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!