How to split a file into multiple files without loosing the data format.
I have a file suppose which has got 100 lines and there is fixed length(100 char) of each line.
I want my program to divide the entire file into fix number of files and the data in the file should not break, every file should have full line(100 char).