程序的运行结果是()。
A: 编译出错
B: 无输出内容
C: 输出:您好hello
D: 输出:hello
A: 编译出错
B: 无输出内容
C: 输出:您好hello
D: 输出:hello
举一反三
- 以下程序 int main(){ char buffer[1024]=""; strcpy(buffer,"Hello"); strcpy(buffer+5,"Neu"); puts(buffer);}程序运行后的输出结果是 A: Hello B: Neu C: HelloNeu D: 无输出结果
- 以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello
- 语句print("hello<br/>world ")输出的是:(<br/>) A: ("hello<br/>world ") B: "hello<br/>world " C: hello<br/>world D: 运行结果出错
- Python语句print("Hello,World!")的输出是()。 A: ("Hello,World!") B: "Hello,World!" C: Hello,World! D: 运行出错
- 【单选题】对于下列Test.java下列哪个叙述是正确的? A. 程序输出的结果是hello你好 B. 程序输出的结果是hello C. 程序输出的结果是ok D. 程序输出的结果是你好