I have this test program:
#include "stdio.h" int main() { FILE* read; FILE* write; write = fopen("file.txt", "w"); fwr