Stdio H C

#include 
int main( )
{
 char c =   'A';
 
 printf("%d",c); 
}