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

Posted on by