以下c语言函数声明中,正确的是()。

9 查阅

以下c语言函数声明中,正确的是()。

A.intfun(intx;inty)

B.intfun(intx,inty);

C.intfun(intx,y)

D.intfun(intx,inty)

参考答案:

答案:A