Latest C Aptitude Question SOLUTION: output? main() {i nt i=1; while (i2) goto here; i++; }} fun() { here: printf("PP"); } A. Compiler error: Undefined label 'here' in function main Explanation: Labels have function