填空题

以下程序的运行结果是______。
#define A 4
#define B(x)A*x/2
main()
float c,a=8.0;
c=B(a);
printf("%f\n",c);

【参考答案】

16.000000