选择题
已知有函数f的定义如下:
int f(int a,int b)
{if(a<b);else retum(b,a);}
在main函数中若调用函数f(2,3),得到的返回值是______。
A、
2
B、
3
C、
2和3
D、
3和2
【正确答案】
B
【答案解析】
提交答案
关闭