15.4k views
0 votes
What is the difference between a text file, and a binary file?

User Pilou
by
5.1k points

1 Answer

2 votes

Answer:

text files has characters, numbers and symbols

binary file has bytes data

Step-by-step explanation:

The text files has the textual info that you write in ascii code with character, numbers and symbols, but the binary file has the bytes of the data that you write for the machine understanding

User Thelovekesh
by
4.7k points