What is the output of the following code?
int a = 5, b = 10; if (a < b) printf("a is less than b"); else printf("a is greater than or equal to b");