#include<stdio.h> void main(){ if(printf("hello world")){} // It prints the ?hello world? on the screen. }