填空题

以下程序运行后的输出结果是 【7】
main()
char m;
m=’B’+32; printf("%c\n",m);

【参考答案】

B