以下为重载函数的一组函数声明的是()。
A:voidprint(int);voidprint(double);
B:voidfun(int);intfun(int);
C:intmax(int,int);intmin(int,int);
D:voidmm();intmm();
出自:计算机科学