问题:
[单选] 以下程序的输出结果是( )。
#define f(x) x*x
main()
{int a=6,b=2,c;
c=f(a)/f(b);
printf(“%d”,c);
}
A . 9
B . 6
C . 36
D . 18
问题:
[单选] 以下程序的输出结果是( )。
#define f(x) x*x
main()
{int a=6,b=2,c;
c=f(a)/f(b);
printf(“%d”,c);
}
A . 9
B . 6
C . 36
D . 18
C
本题暂无解析
VIP截止日期:2024-12-30 23:38:06
←请使用支付宝扫码支付VIP截止日期:2024-12-30 23:38:06
←请使用微信扫码支付