- 2
What is the difference between text file and binary file ??
Any 3 points ........
3 Réponses
+ 2
1)text file is made of alphabet
1)binary file is made of 0 and 1
2)we can create text file but not binary file coz it is generated by compiler
3)text files are readable
3)we cant read binary file
0
thats not exact abhishek.
you can open files as binary "wb+" as argument i.e. and write in it binary. the readability is another thing.
- 1
thanx