首页 > 中学考试杂题 > 题目详情

#define add(x) x*x main(){int a=4,b=6,c=7,d=add(a+b)*c;printf("d=%d\n",d);}怎样分析?

本题链接: