单项选择题

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

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