Computer Science, asked by Dualclick45571, 10 months ago

Difference between formatted and unformatted functions in c

Answers

Answered by BrainlyStarPrincess
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 MoonGurl01
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