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

None of these.
Some address will be printed
H
Hello

ANSWER DOWNLOAD EXAMIANS APP