[单选题]
将字符'c'输出不正确的是( )。
A.char ch;ch='c';cout. put(ch);
B.cout.put('c');
C.cout<<'c';
D.coat>>'c';
参考答案与解析: