Computer Science, asked by nirmalskater1219, 1 year ago

Difference between text mode and binary mode files in c

Answers

Answered by debasis724
3

Answer:

binary file- accessing time is less as compared to text files. 5. consume less space in memory than text files. In text mode, a newline character is converted into the carriage return-linefeed combination before being written to the disk.

Answered by PiyushSinghRajput1
9

1.Text modes are interpreted with a maximum length of 255 characters whereas binary modes are uninterpreted and they are used with one bit a time i,e (0 or 1). ... 1.In binary files text data is stored in form of bits(0 or 1) whereas in text files data is stored as characters.

Similar questions