选择题
以下程序运行后的输出结果是______。
#define S(x)4*x*x+1
main()
{int i=6,j=8;
printf('%d\n',s(i+j));
}
A、
40
B、
201
C、
202
D、
81
【正确答案】
D
【答案解析】
提交答案
关闭