exit(1); } //write the values on the file if ((fwrite(arr1, sizeof(int), 5, f)) != 5) { printf("File write error....\n"); } //close the file fclose(f); ...
確定! 回上一頁