202408第十五届蓝桥杯青少组省赛C++中级组题解
单选题
1、定义 char a[]="hello\nworld",执行 cout<<a,输出结果是(B)
A、helloworld
B、hello
world
C、 hellonworld
D、 hello\nworld
解析:\n输出时会换行。
2、 的结果是(C)。
A、
B、
202408第十五届蓝桥杯青少组省赛C++中级组题解
1、定义 char a[]="hello\nworld",执行 cout<<a,输出结果是(B)
A、helloworld
B、hello
world
C、 hellonworld
D、 hello\nworld
解析:\n输出时会换行。
2、 的结果是(C)。
A、
B、