Question: In C programming. Do not use ctype.h Write a program that prompts the user to enter characters until they enter a comma. After each character,
In C programming.
Do not use ctype.h

Write a program that prompts the user to enter characters until they enter a comma. After each character, the program should do one of the following: O If the character is lower case character, reprint it as upper case If the character is upper case, reprint it as lower case O If the character is a number, print the ascii value (convert the char to an int)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
