单选题 以下程序运行后,输出结果是______。 #define P4.5 #define S(x)P*x*x #include<stdio.h> main() { int a=2,b=3; printf("%.1f/n",S(a+b)); }
【正确答案】 C
【答案解析】