Logo

List the advantages and disadvantages of global variables. Assume two data files "num1.txt" and "num2.txt" containing integers. Merge these two files…

BIT C Programming · 2079 · Solved Question with Answer

List the advantages and disadvantages of global variables. Assume two data files "num1.txt" and "num2.txt" containing integers. Merge these two files into a third file named "file3.txt". The integers in "file3.txt" must be written in sorted order.

Solution

Please login to view the answer.