单项选择题

下列四个选项中,哪个类中的成员函数表示纯虚函数()

A.virtualvoidvf(int);
B.voidvf(int)=0;
C.virtualvoidvf()=0;
D.virtualvoidvf(int){}