• 2022-06-12
    下列哪些函数与此函数void show(int a,char b,double c){}重载。
    A: void show(int x,char y,double z){}
    B: int show(int a,char b,double c){}
    C: void show(int a,double c,char b){}
    D: void show(int a,double c){}