Write a program to copy odd line from a
text file “Stort.txt” and write it in a empty
text file “Hello.txt”.
Write a program to sort the word of text file
“Boy.txt” by ascending order of length of word
and update the file with new content.
Example:
The sky is blue.
The new content of the file is:
is The sky blue.
Write a program to take input of a record to store
in a binary file in the format (id,name,salary) .But
only write those data of the employee in the
binary file “hello.dat” whose name having 4
letter.