File handling in text file


                       Text file◆
                 ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
● Bits represent character.
● Can store only plain text in a file.
● Human readable file.
● Data is in the form of alfabets and numbers.
● 'r' mode is used to read the file.
● Extension name of text file .text
● Assessing time is more as compare to binary file.
● 'w' mode is used to open in write mode.

Comments