Skip to content

Commit 37d8e46

Browse files
committed
add: 14_file_handling 04
1 parent feb29fb commit 37d8e46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

14_file_handling/00_questions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
03. Write a C++ program to open a file 'output.txt' and append data to it.
1212

13-
04. Write a program to copy the contents of one text file to another while changing the case of every alphabet.
13+
04. Write a program to copy the content of one text file to another while changing the case of every alphabet.
1414

1515
05. Write a C++ program to merge the two files.
1616

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// // Write a program to copy the content of one text file to another while changing the case of every alphabet

0 commit comments

Comments
 (0)