问答题 以下程序输出的结果是: #include "stdio.h" void main() { char s[]="hello/nworld"; printf("%s",s); }
【正确答案】Hello world 评分标准:输出内容正确扣得分,格式正确得2分
【答案解析】