1、打开编译器,笔者介绍的是C-FREE
3、输入如下程序:#include <stdio.h>int main(){ char a; scanf("%s",&a); printf("%d",a);}
5、按F5运行程序