Your while loop condition is incorrect. If fscanf fails (returns 0 ), then data[i] will remain unassigned. · Because you failed to read the ...
確定! 回上一頁