toupper() function in C
Feb 21, 2024 · 1 min read · 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 toupper() function would convert the character 'a' to 'A'. The toupper() function takes a character ...
Join discussion








