填空题

以下程序的输出结果是 【18】
#include <stdio.h>
#deftne JFT(x)x*x
main()
int a,k=3;
a=++JFT(k+1);
printf("%d",a);

【参考答案】

I