lower to upper case
Using the integer representation of a character, write a function that replaces all the lower case characters in a string by upper case characters.
Conversion from uppercase to lower case using c program
How to convert string from lowercase to uppercase in C programming