Question: write it in C program Problem-5 Write a function to create 1000 files naming data 1.txt to data 1000.txt in a folder located in D:/data
Problem-5 Write a function to create 1000 files naming data 1.txt to data 1000.txt in a folder located in D:/data Yourname (make sure to create a folder data Yournamee in drive D first or you can create a folder when the program run). Each file has 50 numbers in it. The file data 1.txt has numbers from 1 to 50 in it, the file data2.txt has numbers from 51 to 100, the file data3.txt has numbers from 101 to 150 and so on so forth for the other files. void generateDummyData()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
