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,…
10List 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
What is structure? Why do we need it? Write a program to add two distances given in meter and centimeter format using structure.TU Board 208310How do you declare and initialize pointer? Write a program to find first and second largest element from an array using pointer.TU Board 208310Why do we need external function? Distinguish between local and global variables. Write a function to find the average of five given integers using function.TU Board 208310Write a program to copy the content of one file to another in a reverse manner.TU Board 20835Discuss about compiling, assembling, loading and linking.TU Board 20835Write a program to find the length of a string without using built in function.TU Board 20835