单选题 以下函数声明中,存在语法错误的是______ 。
A) int AA(int a,int); B) int *BB (int,int);
C) void CC (int,int=5); D) void*DD (x,y);

【正确答案】 D
【答案解析】[解析] D选项参数没有进行声明。