单选题
以下程序的输出结果为______。 #include<stdio.h> main() { int m=7,n=4; float a=20.0,b=10.0,x; x=m/2+n*a/b+1/4; printf("%f/n",x); }
A、
11.000000
B、
11
C、
11.250000
D、
11.750000
【正确答案】
A
【答案解析】
提交答案
关闭