for (printf("a");printf("b");printf("c")) { break; } What will be the output of the above code snippet?
Reveal answer
Fill a bubble to check yourself
for (printf("a");printf("b");printf("c")) { break; } What will be the output of the above code snippet?