What are the advantages of saving data in:
(i) Binary form
(ii) Text form
Binary formIn binary files data is stored in raw i.e. binary form , no delimiter is needed and translation of data is not required. Hence binary files are faster and easier for program to read and write than text files. Text formIn text file data is stored in Unicode or ASCII that can be read […]
What are the advantages of saving data in:
(i) Binary form
(ii) Text form Read More »