C Programming
What will be the output?main() { char *p; p = "Hello"; printf("%cn",*&*p); }

None of these.
H
Hello
Some address will be printed

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

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

ANSWER DOWNLOAD EXAMIANS APP