以下函数值的类型是()。fun(float x){ float y; y=3*x-4; return(y);}

以下函数值的类型是()。fun(float x){ float y; y=3*x-4; return(y);}

A.int

B.char

C.void

D.float

正确答案:int

猜你喜欢