填空题

已知有函数f的定义如下:
int f( )
static int s=0;
s+=2:
return s;
则在某程序中第二次执行函数调用语句f( );时,函数f的返回值是______。

【参考答案】

D