单项选择题

有以下程序 #include #define D(x) 2*x+3 void main() { int i=1,j=2; printf("%d\n",D(i+j) ); } 程序运行后的输出结果是______。

A.2
B.6
C.7
D.9