討論串[問題] 一個簡單的c問題
共 6 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者datagram時間18年前 (2007/03/16 19:23), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. #include <stdlib.h>. void trying(float *b). {. *b=4;. }. int main(). {. float *b;. trying(b);. printf("b=%3.2f ",b);. return 0;. }
(還有13個字)
首頁
上一頁
1
2
下一頁
尾頁