填空题

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

【参考答案】

b