代码
提交代码
# include <stdio.h> int main(void) { char abc; abc='I'; printf("%c",abc); return 0; }
运行结果