What does the function toupper() do?
4 years ago
C Programming
It is used to convert any letter to its upper case mode. Toupper() function prototype is declared in <ctype.h>. Note that this function will only convert a single character, and not an entire string.
Sanisha Maharjan
Jan 20, 2022