char buffer[20]; // Buffer to store data. 5. FILE * stream;. 6. stream = fopen("file.txt", "r");. 7. int count = fread(&buffer, sizeof(char), 20, stream);.
確定! 回上一頁