填空题 已知有函数f的定义如下:
int f()
static int s=0;
s+=2;
return s;

则在某程序中第2次执行函数调用语句f();时,函数f的返回值是______。

  • 1、
【正确答案】 1、4    
【答案解析】