注意:此页面搜索的是所有试题


在下面的( )函数声明语句存在语法错误。
A、
AA(int a,int b);
B、
AA(int,int)
C、
AA(int a;int b)
D、
AA(int a,int)

参考答案