Question: In C++ Write a program that takes its input from a file of characters. This file has a single character on each line. So this
In C++
Write a program that takes its input from a file of characters. This file has a single character on each line. So this program is supposed to read each character from the file, storing each char read into a char array. Once the whole file is read, output the array to a new file (can be named as LabOutput3-1.txt) modifying all the characters to upper case and stripping all whitespaces including newlines. Please use file error checking while performing file operations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
