[填空题] 有以下程序: #include <stdio.h> main() char a[20]="How are you",b[20]; scanf("%s

15 查阅

[填空题] 有以下程序:

#include <stdio.h>

main()

char a[20]="How are you",b[20];

scanf("%s",b);printf("%s %s",a,b);

程序运行时从键盘输入:How are you<回车>

则输出结果为______。

参考答案:

How are youHow

计算机考试