#include <stdio.h> int main(void) { if((2U - 3U) > 0U) { printf("(2U - 3U) > 0U)"); } return 0;}
Standard input is empty
(2U - 3U) > 0U)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!