Write a C++ program as per the following instructions:(i) Write a C++ code which reads the contents of a text file “first_file.txt” (ii) Write a function named vowel_words() which will segregate the words starting with vowels
from the “first_file.txt” (iii) Write a C++ code which writes the resultant words to the output file, “second_file.txt”. Example: Content of first_file – “I am going to buy an umbrella”Output in second_file.txt – I am an umbrella.
Answers
Answered by
2
I don't know the answer... OKAY
akshayrathour1p2yp6f:
rascal keep your mouth shut, if you don't know it's answer
Similar questions