单项选择题

以下函数声明中,存在语法错误的是______ 。

A.int AA(int a,int);
B.int *BB (int,int);
C.void CC (int,int=5);
D.void*DD (x,y);