Question: Write a C language program that does this: assuming string size will be under 50 1. read a phrase from the user 2. Capitalize the
Write a C language program that does this:
assuming string size will be under 50
1. read a phrase from the user
2. Capitalize the first letter of each word in a phrase.
For example:
User input is "hello This is Fun"
The output will be: "Hello This Is Fun"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
