赞题库-背景图
单项选择题

有以下程序:
#include <studio. h >
#define F(X, Y) (X)*(Y)
main ( ) int a=3, b=4;
printf("%d\n", F(a++, b++));

A.12
B.15
C.16
D.20