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

2023-05-17

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

A.intfun(intx;inty)

B.intfun(intx,inty);

C.intfun(intx,y)

D.intfun(intx,inty)



参考答案:

A