C 语言(4) 测验/考试
第 1 题(共 25 题):
问题 1 - 以下程序的输出是什么?
#include<stdio.h>
main()
{
char *s = "Hello, "
"World!";
printf("%s", s);
}
#include<stdio.h>
main()
{
char *s = "Hello, "
"World!";
printf("%s", s);
}
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。