toupper

Converts to a character or a range of characters to uppercase.

  charT toupper(charT) const;
  const charT* toupper (charT* low, const charT* high) const;
  
Remarks

Returns the converted char if it exists.