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

None of These
ij!gsjfoet
hj grjeodt
hi friends

ANSWER DOWNLOAD EXAMIANS APP