下列程序的输出结果是
#include
int min(int a,int B)
{
if(a
else return B;
return 0;
}
void main()
cout$amp;}
A.0
B.1
C.2
D.3
请帮忙给出正确答案和分析,谢谢!