Taha
2012-04-25 08:11:17 UTC
file contain in each line an integer value and the values in a file are already sorted in ascending
order. Write a program that reads the input files and merges their content into an output file (with
physical name “outfile.txt”) such that the values in the output file are also sorted in ascending
order. Your program should not crash in any of the files is empty.