function(x,y) { if (x > y) printf("X is greater than Y\n"); else printf("X is not greater than y...sorry!\n"); }