Library Functions - Programming

Q1:

Data written into a file using fwrite() can be read back using fscanf()

A True

B False

ANS:B - False

fwrite() - Unformatted write in to a file.
fscanf() - Formatted read from a file.