[单项选择题] 有以下程序:
#include <stdio.h>
int fun(int x,int y)
if(x==y)return(x);
else return((x+y)/2);
main()
int a=4,b=5,c=6;
printf("%d", fun(2*a, fun(b,c)));
程序运行后输出的结果是( )。
A.3
B.6
C.8
D.12
[单项选择题] 有以下程序:
#include <stdio.h>
int fun(int x,int y)
if(x==y)return(x);
else return((x+y)/2);
main()
int a=4,b=5,c=6;
printf("%d", fun(2*a, fun(b,c)));
程序运行后输出的结果是( )。
A.3
B.6
C.8
D.12
B
VIP截止日期:2024-12-31 10:41:35
←请使用支付宝扫码支付VIP截止日期:2024-12-31 10:41:35
←请使用微信扫码支付