C Programming
Determine Output:void main(){ char *p="hi friends", *p1; p1=p; while(*p!='\0') ++*p++; printf("%s", p1);}

ij!gsjfoet
hi friends
hj grjeodt
None of These

ANSWER DOWNLOAD EXAMIANS APP