for (printf("a");printf("b");printf("c")) { break; } What will be the output of the above code snippet?
ab
abc
c
none of the above