Guess the output.

#includestdio.h
void main()
{
char *A;
char B='b';
A=*&B;
printf("%c",A);
}

Posted on by