Question: write c++ that has a function hich takes as an argument a char array representing a string. the array will contain a sentence and a
write c++ that has a function hich takes as an argument a char array representing a string. the array will contain a sentence and a terminating \0 the function will capitalize each word in the sentence and return an integer indicates the number of chars in the sentence. in main print the new sentence and num of chars in the sentence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
