单项选择题

下列函数原型声明中,错误的是()。

A.int function(int m,int n);
B.int function(int,int);
C.int function(int m=3,int n);
D.int function(int &m,int &n);