Discussion :: Library Functions
-
Data written into a file using fwrite() can be read back using fscanf()
Answer : Option B
Explanation :
fwrite() - Unformatted write in to a file.
fscanf() - Formatted read from a file.
Be The First To Comment