Computer Science, asked by smruti7, 1 year ago

wac++p to change the case of a character from lower case to upper case and vice versa

Answers

Answered by yajatkhanna28p3rjsk
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.
Similar questions