We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb29fb commit 37d8e46Copy full SHA for 37d8e46
14_file_handling/00_questions.txt
@@ -10,7 +10,7 @@
10
11
03. Write a C++ program to open a file 'output.txt' and append data to it.
12
13
-04. Write a program to copy the contents of one text file to another while changing the case of every alphabet.
+04. Write a program to copy the content of one text file to another while changing the case of every alphabet.
14
15
05. Write a C++ program to merge the two files.
16
14_file_handling/04_copy_content/04_copy_content.cpp
@@ -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