Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Write a program in C to input a string and replace every lower case letter with upper case letter, upper case letter with

 

2. Write a program in C to input a string and replace every lower case letter with upper case letter, upper case letter with a lower case letter, digit with a '#' and a special symbol with a '%'. Display the new string (without using any C String Function). Test Data: There are 2 books on the table$ Expected Output: tHERE ARE #BOOKS ON THE TABLE%

Step by Step Solution

There are 3 Steps involved in it

Step: 1

include stdio h int main char st... 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

Step: 3

blur-text-image

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

Matlab An Introduction with Applications

Authors: Amos Gilat

5th edition

1118629868, 978-1118801802, 1118801806, 978-1118629864

More Books

Students also viewed these Programming questions

Question

the aberage monthly rent for students is mean $ 7 3 2

Answered: 1 week ago