Difference between formatted and unformatted functions in c
Answers
Answered by
0
Answer:
Unformatted Input/Output is the most basic form of input/output. Unformatted input/output transfers the internal binary representation of the data directly between memory and the file. Formatted output converts the internal binary representation of the data to ASCII characters which are written to the output file.
Answered by
47
Unformatted Input/Output is the most basic form of input/output.
Unformatted input/output transfers the internal binary representation of the data directly between memory and the file.
Formatted output converts the internal binary representation of the data to ASCII characters which are written to the output file.
Similar questions