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

ij!gsjfoet
None of These
hj grjeodt
hi friends

ANSWER DOWNLOAD EXAMIANS APP