If you want to read a double type floating point number from a file, ... double a; float b; fscanf(fp, "%f", &a);//The value of a obtained here is not the ...
確定! 回上一頁