File Handling – Notes
A file is a named location on a secondary storage media where data are permanently stored for later access. A text file contains only textual information consisting of alphabets, numbers and other special symbols. Such files are stored with extensions like .txt, .py, .c, .csv, .html, etc. Each byte of a text file represents a […]