A. 运行程序段后输出0 B. 运行程序段后输出1 C. 程序段中的控制表达式是非法的 D. 程序段执行无限次
A. 数组s1和数组s2等价 B. 数组s1和数组s2长度相等 C. 数组s1长度大于数组s2长度 D. 数组s1长度小于数组s2长度
A. 149 B. 14 C. 1423 D. 1490
A. 2 B. -1 C. 1 D. 0
A. scanf("%d B. %.f",&a,&b); C. scanf("%f%f",&a,&b); D. scanf("%f,%d",&a,&b); E. scanf("%d%f",&a,&b);