欢迎来到PP题库网 PP题库官网
logo

单项选择题

有以下程序:
#include <stdio.h>
#define FNA(x) x*x
#define FNB(x) x+z
main()
{ int a=2,b=4;
printf("%d,%d\n",FNA(FNB(a)),FNB(FNA(b)));
}
程序运行后的输出结果是______。

    A.8,16
    B.16,32
    C.8,32
    D.16,16
点击查看答案&解析
微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题