Top

Discussion

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

  • A.True
  • B.False

Answer: B

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

No comment is present. Be the first to comment.
Loading…

Post your comment