单项选择题C++语言中关于构造函数的说法正确的是( )。
单项选择题下面程序的运行结果是( )。#include iostream.h #define sum(a,b)a * bvoid main( ){ int x;x=sam(1+2,3);cout < < x;}