Data written into a file using fwrite() can be read back using fscanf()
Answer: B
fwrite() - Unformatted write in to a file. fscanf() - Formatted read from a file.