单项选择题

有以下程序:
int fun1(double

A.(return a*=a;)
int fun2(double X,double Y)
{double a=0,b=0;
a=fun1(X):b=fun1(Y);return(int)(a+
B.;