The toupper() function in C converts a lowercase letter to its uppercase equivalent. If the input character is not a lowercase letter, it returns the character unchanged.
The toupper() function in C converts a lowercase letter to its uppercase equivalent. If the input character is not a lowercase letter, it returns the character unchanged.