摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int a = 100; // 该变量具有文件作用域 int main(void) { printf("a = %d\n", a); // 在 阅读全文
posted @ 2024-11-22 13:03 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)