Suppose you have three data files datal.txt, data2.txt and data3.txt. Each file contains a list of numbers that is sorted from smallest to largest. You want to make a new file, merged.txt, that has the data from all three files merged together, sorted from smallest to largest. Write a program that does this. Hint 1: You will need fopen, fclose and fscanf from stdio.h. Hint 2: You can use the fact the files are sorted to avoid fully resorting the data.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

using c code please 

3. Suppose you have three data files data1.txt, data2.txt and data3. txt. Each
file contains a list of numbers that is sorted from smallest to largest. You want to
make a new file, merged.txt, that has the data from all three files merged together,
sorted from smallest to largest. Write a program that does this.
Hint 1: You will need fopen, fclose and fscanf from stdio.h.
Hint 2: You can use the fact the files are sorted to avoid fully resorting the data.
Transcribed Image Text:3. Suppose you have three data files data1.txt, data2.txt and data3. txt. Each file contains a list of numbers that is sorted from smallest to largest. You want to make a new file, merged.txt, that has the data from all three files merged together, sorted from smallest to largest. Write a program that does this. Hint 1: You will need fopen, fclose and fscanf from stdio.h. Hint 2: You can use the fact the files are sorted to avoid fully resorting the data.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 8 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT