討論串[問題] 為什麼答案會這樣??? 請幫忙解釋一下
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓5(5推 0噓 0→)留言5則,0人參與, 最新作者dendrobium (石斛蘭)時間16年前 (2009/11/10 01:05), 編輯資訊
0
0
1
內容預覽:
上個色看看. global x. global y. static y. local x. local y. #include <stdio.h>. int x = 2, y;. int useStatic (void);. void useGlobal(void);. int main(void
(還有529個字)

推噓2(2推 0噓 1→)留言3則,0人參與, 最新作者heyra時間16年前 (2009/11/10 00:35), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. int x = 2, y;. int useStatic (void);. void useGlobal(void);. int main(void ). {. int x = 5;. y = 1;. printf("%d %d\n", x, y++);. i
(還有274個字)
首頁
上一頁
1
下一頁
尾頁