单项选择题

定义函数:double fun(){......},下列调用正确的语句是()。

A.float x =fun();
B.double x =function();
C.int x =fun();
D.double x =fun();