在下面的函数声明语句中,存在着语法错误的是( )。
单选题 (2 分) 2分
A.
AA(int a, int b)

B.
AA(int, int)

C.
AA(int a; int b)

D.
AA(int a, int)
出自:国家开放大学C语言程序设计