Latest C Aptitude Question SOLUTION: output? main() { char *p="hai friends",*p1; p1=p; while(*p!='\0') ++*p++; printf("%s %s",p,p1); } Answer. ibj!gsjfoet Explanation: ++*p++ will be parse in the given order _ *p th