有如下的函数定义:int Xfun(int x){ int y=x; {int x=10; y+=x;} return x+y; } 通过表达式Xfun(5)调用该函数,则得到的返回值为()。
发布于 2020-12-25 23:01:50
登录后免费查看答案
关注者
0
被浏览
136