#include<stdio.h>
main()
{
   char ch;
   ch=A;
   printf("The character is :%d",ch);
   scanf("%d,&ch")
}