[单选题]运行如下的C 代码段将( )。 int a=10; string b="10"; console.writeline(a+b);
竞赛题库
|
2023-10-27 16:31:49
|
23
[单选题]运行如下的C 代码段将( )。 int a=10; string b="10"; console.writeline(a+b);

A.输出:20
B.输出:1010
C.输出:10+10 
D.编译报错,提示数据类型不匹配
查看答案

西南科技大学

动态网站建设编程

您可能感兴趣的试题
TOP