toupper

Converts a character to upper case.

int toupper (int c);

Required Header
<stdlib.h>

Return Value

This function returns the converted character.

Parameters

c

  The character to be converted

Standard Library

See Also    _tolower, tolower, _toupper