Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in c program: Name this program caps.c - In this program, you will read a number of words specified by the user. You will output

in c program: Name this program caps.c - In this program, you will read a number of words specified by the user. You will output all capital letters in the words with length greater than 3. Assume no word will contain more than 50 characters and no more than 100 capital letters will appear.
Examples:
Enter how many words:
2
Enter 2 words:
Hello tHeRe
The result is 'HHR'
Enter how many words:
7
Enter 7 words:
General KenOBI You are a BoLD one
The result is 'GKOBIBLD'
Notes:
Solve the program incrementally. First solve the problem for one word, and then modify it to work with many words.
Don't forget to NULL terminate '\0' the string you build.
Match the output of the examples exactly.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago