BIT102 C Programming

C ProgrammingTU Board 2079

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 the third file named " file3.txt". Here,…

10

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 the third file named " file3.txt". Here, the integers of " file3.txt" must be written in sorted order.

A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions