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

H
None of these.
Hello
Some address will be printed

ANSWER DOWNLOAD EXAMIANS APP