Function toupper

Top 

Declaration:

int toupper(unsigned char c);

Description

The toupper function converts character c to the upper case. If c is not an alphabetic character, then it will not be converted.

Returned value

The toupper function returns character c in the upper case.