单项选择题

在下面的函数声明语句中,存在着语法错误的是()。

A.AA(int, int b)
B.AA(int, int)
C.AA(int a; int b)
D.AA(int a, int)