1.

Compare formatted and unformatted files

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.Explanation:


Discussion

No Comment Found