单项选择题

下列各函数的说明中,( )是表示纯虚函数。

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