CBSE Class 12 Computer Science Question 11 of 145

File Handling — Question 1

Back to all questions
1
Question

Question 1

What are text files ?

Answer

A text file stores information in ASCII or Unicode characters, where each line of text is terminated, (delimited) with a special character known as EOL (End of line) character. In text files some internal manipulations take place when this EOL character is read and written.