在下面的函数声明语句中存在着语法错误的是( )。C
A. AA(int a, int b) B. AA(int, int)
C. AA(int a; int b) D. AA(int a, int)
出自:国家开放大学C语言程序设计课程