下面是重载为非成员函数的运算符的函数原型,其中错误的是()。
下面是重载为非成员函数的运算符的函数原型,其中错误的是()。
A.BigInt operator +(BigInt, BigInt)
B.BigInt&; operator =(BigInt&;, BigInt)
C.BigInt operator -(BigInt,BigInt)
D.BigInt&; operator *(BigInt, BigInt)
正确答案:BigInt&; operator =(BigInt&;, BigInt)