单项选择题

设有如下函数: fun(floatx) { x*=x++; printf("%d\n",x); return(x); } 则函数的类型是______。

A.float
B.void
C.int
D.无法确定