18.(d) Two files contain sorted list of integers. Write a C program to produce a third file which holds a single sorted merged list of these two lists. Use command line arguments to specify the file names.
18.(d) Two files contain sorted list of integers. Write a C program to produce a third file which holds a single sorted merged list of these two lists. Use command line arguments to specify the file names.
Share