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

hj grjeodt
hi friends
ij!gsjfoet
None of These

ANSWER DOWNLOAD EXAMIANS APP