# include stdio.h
Void main()
{
char ch;
int i;
ch = 'G';
i = ch-'A';
printf("%d", i);
}

Posted on by