Question: 19. Write a C program that converts an uppercase character to a lo wercase character. Declare function char tolower (char ch); to do the conversion.
19. Write a C program that converts an uppercase character to a lo wercase character. Declare function char tolower (char ch); to do the conversion. If ch is not an uppercas hould return ch unchanged. If it is an uppercase character, ad the e character, the function difference of 'a' and 'A' to ch as the return value. (a) Write your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
