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

hj grjeodt
None of These
ij!gsjfoet
hi friends

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

need not start on the first column
need not start on a new line
has # as the first character
comes before the first executable statement

ANSWER DOWNLOAD EXAMIANS APP