单项选择题下面()的函数声明格式不正确。

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