试题详情

若x为int型变量,则以下函数fun的类型为( )。 fun(x) { printf(“%d\n”,x);}

A返回值为void类型

B无法确定返回值

C返回值为int类型

D无返回值