填空题

有如下的函数定义:
  int Xfun(int x){
  int y=x;
  {int x=10; y+=x;}
  return x+y;
  }
  通过表达式Xfun(5)调用该函数,则得到的返回值为()。

【参考答案】

T
热门 试题

填空题
1()
填空题
2()