• 2022-07-27
    下列函数原型声明中,( )不存在语法错误。
    A: f1(int a, int)
    B: int f2(int a; int b);
    C: int f3(int, int=1);
    D: int f4(int a, b);