What will be output of the following “c” code? June 6, 2022 by admin โช Choose the correct option.What will be output of the following “c” code? #include void main() { char *p; p = "Hello"; printf("%c", *&*p); }A. HeB. HelloC. HD. Hell Submit Answer