討論串[課業] 資料處理
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 4→)留言5則,0人參與, 最新作者flyyen ( )時間9年前 (2014/10/24 23:36), 編輯資訊
1
0
1
內容預覽:
請寫出程式的輸出結果. int a=5,b=10;. int main(){. int func();. extern int a;. int b;. a=b=6;. func();. }. int func(){. printf("%d%d",a,b);. }. 輸出結果: 610. 我的問題:e
(還有97個字)

推噓2(2推 0噓 1→)留言3則,0人參與, 最新作者flydragon198 (Richard)時間9年前 (2014/10/25 00:51), 編輯資訊
0
0
2
內容預覽:
C_and_CPP版是不錯的程式版. 1: int a=5,b=10;. 2: int main(){. 3: int func();. 4: extern int a;. 5: int b;. 6: a=b=6;. 7: func();. 8: }. 9: int func(){. 10: pri
(還有567個字)
首頁
上一頁
1
下一頁
尾頁