单项选择题

A.foo operator++(foo &,int);
B.foo &operator++(foo &);
C.foo &operator++(double);
D.foo operator++(int dummy);