单选题 在下面的函数声明中,______ 是“void BC (int a,int b);”的重载函数。

【正确答案】 D
【答案解析】[解析] 如果重载函数void BC (int a, int b),则参数个数和返回值等都要与其相同。