[单选题]

有如下语句序列:
char str[10];cin>>str;
当从键盘输入“I love this game”时,str中的字符串是(  )。

A.“Ilovethisgame”

B.“Ilovethi”

C.“Ilove”

D.“I”

参考答案与解析: