单项选择题

以下( )成员函数表示纯虚函数。

A.virtual int fun(int)
B.void fun(int)=0
C.virtual void fun()=0
D.virtual void fun(int)