Guess the output

#includestdio.h
char a='a';
void main()
{
printf(" %c %d",a,a);
}

Posted on by