A file named data contains series of integer numbers. Write a c program to read all numbers from file and then write all odd numbers into file named “odd” and write all even numbers into file named “even”. Display all the contents of these file on screen
In this program we will learn how to create a odd and even file also enter the related data into the particular file.
