• 2022-07-29
    下列函数声明语句正确的是?
    A: double f(a,b);
    B: double f(double a, b);
    C: double f(a, double b);
    D: double f(double, double);