单选题 下面程序的运行结果是
#include" iostream.h"
#define sum(a,b)a * b
void main( )
{ int x;
x=sam(1+2,3);
cout < < x;
}
【正确答案】 C
【答案解析】