单项选择题

已定义字符变量:ch =‘A’;下列哪条语句能显示出字母“B”?()

A.cout <<ch +1;
B.cout <<++ch;
C.cout <<ch -1;
D.cout <<--ch;