OUTPUT- 10
CODE - 10
Program to find the size of the file in bytes, the number
of lines, and number of words and no. of characters.
OUTPUT -11
CODE - 11
Program to create a binary file with the name and roll
number. Search for a given roll number and display
the name, if not found display appropriate message.
OUTPUT -12
CODE - 12
Program to create a binary file with roll number, name
and marks. Input a roll number and update details.
OUTPUT -13
CODE - 13
Program to perform read and write operation
onto a student.csv file having fields as- roll
number, name, stream and percentage.
OUTPUT -14
CODE - 14
Program to create a library in python and
import it in a program.
OUTPUT -15
CODE - 15
Program to take a sample text file and find the
most commonly occurring word(s).
OUTPUT - 16
CODE - 16
Program to implement a stack using a list data-
structure.