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

None of These
hi friends
hj grjeodt
ij!gsjfoet

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Acts before compilation
All of these
Takes care of conditional compilation
Takes care of include files

ANSWER DOWNLOAD EXAMIANS APP