单项选择题
A.0 B.1 C.2 D.3
A.=和+ B.[]和后置-- C.前置--和[] D.=和[]
A.friend A operator+(A,A); B.friend A operator+(int,A &,); C.friend A operator+(A,A &,); D.friend A operator+(A &,A &);