C Programming - Old Questions
Question Answer Details
1. List the advantages and disadvantages of global variable. Assume the two data files "num1.txt"
and "num2.txt"
containing integers. Merge these two files to a third file named "file3.txt"
. Here ,the integers in "file3.txt"
must be written in sorted order. [2+8]
Answer
AI Generated Answer
AI is thinking...