东北大学 / 高级语言程序设计基础
正确率:100%
以下正确的函数说明是()。
A.int fun(int a, b)
B.float fun(int a; int b)
C.double fun( )
D.int fun(char a[ ][ ])
参考答案: