A. 对 B. 错
A. f(int x, int y = 0); B. f(int x = 100); C. f(int x = 0, int y); D. f(int x = g()); //(假定函数g已经定义)