main ()
{
char x;
x= 'A' + 5;
printf ("%c", x);
}

Posted on by