#toupper
Read more stories on Hashnode
Articles with this tag
Using the toupper() function in C The toupper() function in C is used to convert a lowercase character to its uppercase counterpart. For example, the...
The <ctype.h> header file in the C programming language provides several functions to test and manipulate characters. Here are some of the most...