tolower and toupper functions in c





This video tutorial explains the character related function available in c such as tolower and toupper functions.
You will learn how to convert a character to its lowercase using tolower function, how to convert a character to its uppercase character using toupper function.
Tutorial begins with the syntax of the tolower and toupper functions and then explains the usage of them with examples in detail.