以下程序的输出结果是:()def()hub(ss,()x()=()2.0,y()=()4.0):()ss()+=()x()*()y()ss()=()10()print(ss,()hub(ss,()3))A.()10()22()B.()10()None()C.()22()None()D.()22()10
举一反三
- 下面代码的输出结果是 x=10 y=4 print(x/y,x//y) A: 22 B: 2.52.5 C: 22.5 D: 2.52
- 以下结构体类型说明及结构体变量a,b的定义中,正确的是:( )。 A: struct ss { char flag; float x; } ; ss a,b; B: struct ss{ char flag;float x;}; struct ss a,b; C: struct { char flag; float x; }ss; ss a,b; D: struct { char flag;float x;}ss;struct ss a,b;
- 中国大学MOOC: 输出连接后的字符串#include stdio.h int main(){ char ss[10]=12345; strcat(ss,6789); printf(%s,ss); return 0;}
- 下列结构体类型说明和变量定义中,正确的是 A: struct SS{char flag;float x;} struct SS a,b; B: struct {char flag;float;}SS; SS a,b; C: struct ss{char flag;float x;}; struct ss a,b; D: typedef{char flag;float x;}SS; SS a,b;
- 材料的塑性指标有( )。 A: ss 和 d; B: ss和Y; C: d 和Y; D: ss, d 和Y。