单选题 下面程序的输出结果是 ( ) #define PI 3.1415 #define ARE(x) PI*x*x main () {int r=2; printf("%f",ARE(r+1)); }
【正确答案】 D
【答案解析】