Question: Q1. Write a program that will - 20 - a) Read a string of maximum length 50 and then will convert all lower-case consonants into

Q1. Write a program that will - 20 - a) Read a string of maximum length 50 and then will convert all lower-case consonants into its uppercase version, without using any library functions, and shown in the monitor. b) This text will be recorded (written) into a FILE named modified.txt and this info will be given in the monitor. only in C programming Example: Prompt: Enter a sentence of 50 letters maximum: I Love Bangladesh Output: Modified String: I LoVe BaNGLaDeSH The modified string has been recorded in "modified.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
