Home / C Programming / Library Functions :: Discussion

Discussion :: Library Functions

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

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment