单选题
下面程序的输出是( )。
#define SUB(x,y) (x)*y
main()
{int a=3,b=4;
printf("/%d\n",SUB(a++,b++));
}
A.12 B.15 C.16 D.20
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭