第33541题 单选题
C++中cout输出含\n转义字符的char数组的结果是什么?
char a[] = "hello\nworld";
cout << a;
A

helloworld

B

hello world

C

hellonworld

D

hello\nworld

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析