0
C program to convert upper case character to lower case without using any character function?
2 Antworten
+ 4
Try to do by yourself first.
+ 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.