wac++p to change the case of a character from lower case to upper case and vice versa
Answers
Answered by
1
Use header file #include<string.h>
take char variables and input.
then make an if condition and then put toupper() and tolower() conditions.
In case In-Built functions are not allowed, use ASCII values instead.
take char variables and input.
then make an if condition and then put toupper() and tolower() conditions.
In case In-Built functions are not allowed, use ASCII values instead.
Similar questions