找考题网-背景图
问答题

以下程序输出的结果是: #include "stdio.h" void main() { char s[]="hello\nworld"; printf("%s",s); }

【参考答案】

Hello world 评分标准:输出内容正确扣得分,格式正确得2分
热门试题