单项选择题

已知小写字母a的ASCII码为97,大写字母A的ASCII码为65,以下程序的结果是 ______。
main()
unsigned int a=32,b=66;
printf("%c\n",a|B) ;

A) 66
B) 98
C) b
D) B