討論串[問題] fscanf
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <stdio.h>. #include <stdlib.h>. #include <string.h>. typedef struct data *ptr;. struct data. {. char name[5];. int birth_year;. int birth_mon
(還有2135個字)
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). codeblocks. 問題(Question):. 讀取一筆資料進來,並印出來. 餵入的資料(Input):. 123 flame. 2456 wave. 78 husky. 預期的正確結果(Expected
(還有152個字)
首頁
上一頁
1
下一頁
尾頁