以下正确的函数声明语句是______。
A.int fun(int a,B) ;
B.float fun(int a,int
C.double fun();
D.int fun(char a[][]);
请帮忙给出正确答案和分析,谢谢!