在下面的( )函数声明语句存在语法错误。
A、
AA(int a,int b);
B、
AA(int,int)
C、
AA(int a;int b)
D、
AA(int a,int)
出自:西安建筑科技大学计算机语言及程序设计