C program to convert upper case character to lower case without using any character function? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

C program to convert upper case character to lower case without using any character function?

16th Nov 2019, 1:31 AM
koripally karthish reddy
2 ответов
+ 4
Try to do by yourself first.
16th Nov 2019, 1:33 AM
A͢J
A͢J - avatar
+ 3
This could be done using the numeric values of the letters. Calculate the difference between the numeric value of your lower case letter for the equivalent uppercase letter, than write a math formula to convert the letters.
16th Nov 2019, 8:56 AM
Rik Wittkopp
Rik Wittkopp - avatar