填空题
有如下的函数定义: int Xfun(int x){ int y=x; {int x=10; y+=x;} return x+y; } 通过表达式Xfun(5)调用该函数,则得到的返回值为 【9】 。
1、
【正确答案】
1、20
【答案解析】
提交答案
关闭