A.void fun(int a=80,double b=0.1);
B.int fun(int a,double B).;
C.void fun(double a,int B).;
D.bool fun(int a,double b=0.0);