单项选择题

下列函数返回值的数据类型是______ fun(int x) {int y;y=4*x-5;return y;}

A.int
B.void
C.float
D.不确定