问题 填空题

#define F(x)x*x

main()

{inta=3,b=4,c;

c=F(a+b);

printf ("%d\n",c);

}

则程序执行后输出的值是______。

答案

参考答案:S

填空题
单项选择题