After I open the file using fopen(file, "r"), can I use fwrite() to the file or can I only use fread()?
A