iT邦幫忙

pilistar0222 所有喜歡的回答 2

recursion function的問題

#include<stdio.h> int recursion(int* array,int i,int j,int size){...

2016-07-02 ‧ 由 pilistar0222 提問

C語言 讀取一個檔案中某一行的第一個字串by fscanf

%代表長度? 那後面怎麼沒參數 [^\n] %* 代表要忽略的項目,而 [^\n] 代要讀取到換行要停止,所以依照你的程式「fscanf(fin,"...

2016-06-29 ‧ 由 pilistar0222 提問