执行下列语句后,输出的结果为______。 void run() { static int x=3; x++; cout<<x<<" "
执行下列语句后,输出的结果为______。
void run()
{
static int x=3;
x++;
cout<<x<<" ";
}
int main()
{
for(int i=0;i<2;i++)
fun();
return D;
}
正确答案:454,5
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
