Task#6: sequential file and recursion Write a cc+ program to copy the file to specific numbers of time based on the user Use the following function as a recursion void copyfiles (string fileName, int number, char content[], int pos). use function as Recursion sample output 1 D 2 3/10/2019 9:10 PM 3/10/2019 9:10 PM 3/10/2019 9:10 PM 3/10/2019 9:10 PM 3/10/2019 9:10 PM File File File File File 1 KB 1 KB 1 KB 1 KB 1 KB
Enter number of copies 5 Copy Successful...!! : Copy Successful...!! : Copy Successful...!! : Copy Successful...!! : Copy Successful...!! : Copy Successful...!! : Process exited after 1.669 seconds with return value o Press any key to continue ..
Task#6: sequential file and recursion Write a cc+ program to copy the file to specific numbers of time based on the user
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Task#6: sequential file and recursion Write a cc+ program to copy the file to specific numbers of time based on the user
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!