问题 填空题

有如下的函数定义:

  int Xfun(int x){

  int y=x;

  {int x=10; y+=x;}

  return x+y;

  }

  通过表达式Xfun(5)调用该函数,则得到的返回值为()。

答案

参考答案:T

单项选择题
多项选择题