stream = fopen("file.txt", "r");. 7. int count = fread(&buffer, sizeof(char), 20, stream);. 8. fclose(stream);. 9. // Printing data to check validity.
確定! 回上一頁