下面()的函数声明格式不正确
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);
出自:国家开放大学《C++语言程序设计》