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

Some address will be printed
Hello
None of these.
H

ANSWER DOWNLOAD EXAMIANS APP