Computer Science, asked by Selfish6902, 1 year ago

Difference between formatted and unformatted input output operations in c

Answers

Answered by tarahari
0
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.


Thank you
Similar questions