单项选择题

​在类中声明一个常函数成员fun,下列哪条语句是正确的?()

A.void fun()const;
B.void const fun();
C.const void fun();
D.void fun();