Question: Implement the function charCnt. charCnt is passed in a name of a file and a single character ( type char ) . This function should
Implement the function charCnt. charCnt is passed in a name of a file and a single character type char This function should open the file, count the number of times the character is found within the file, close the file, and then return the count.
If the file does not exist, this function should output an error message and then call the exit function to exit the program with an error value of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
