第20215题 单选
执行以下C++代码后输出的结果是?
string str = ("chen");
cout << str[5] << endl;
A

输出未知的数

B

输出'n'

C

输出'\0'

D

输出空格