Question: 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
include stdio h int main char st... View full answer
Get step-by-step solutions from verified subject matter experts
