What will be the output of the program ?
#include int main() { char *p; p="hello"; printf("%s\n", *&*&p); return 0; }
Answer: B
No answer description available for this question.