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.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions