Question: in C PROGRAMMING Question 2 Create a function called FirstUpper() with return type void that takes a string as parameter. The function converts the first

 in C PROGRAMMING Question 2 Create a function called FirstUpper() with

in C PROGRAMMING

Question 2 Create a function called FirstUpper() with return type void that takes a string as parameter. The function converts the first letter for each word in the string to upper case and the remaining letters to lower case. Your main() function should read in the string and then call the function (FirstUpper()) to do the conversion. You must then print the output from main(). Example Output Enter your sentence: capitalize only the FIRST letter for each WORD in string. The string after conversion: Capitalize only The First Letter For Each Word In String

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!