题目 更新时间:2023/6/29
在此程序中,具有文件作用域的变量是( )。
#include
int x1=5;
static int x2=8;
void main() {
int x3=20;
while(x1+x2 printf("%d %d %d\n",x1,x2,x3);
}
int x1=5;
static int x2=8;
void main() {
int x3=20;
while(x1+x2
}
题目 更新时间:2023/6/29
第1题
点击查看答案第2题
点击查看答案第3题
点击查看答案