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

H
Some address will be printed
None of these.
Hello

ANSWER DOWNLOAD EXAMIANS APP