试题详情

已知程序中已经定义了函数test,其原型是int test(int, int, int);,则下列重载形式中正确的是(  )。

Achar test(int,int,int);

Bdouble test(int,int,double);

C int test(int,int,int=0);

Dfloat test(int,int,float=3.5F);