• 2022-06-12
    如子函数show无参数,无返回值,以下对show的声明正确的是( )
    A: int show();
    B: void show(int);
    C: void show(int,int);
    D: void show();