C Programming – How to convert a string to lowercase or uppercase?
Sometimes we may need to convert a string to either lowercase or uppercase depending on the program requirement. We have a set of functions in C Library to convert a string to either lowercase or uppercase. Note that, these functions are not standard library functions, and you may or may not see these functions in […]