toupper
Z cppreference.com
< cpp | string/byte
Składnia:
#include <cctype>int toupper(int ch);
Funkcja toupper() zwraca znak ch w postaci wielkiej litery.
Tematy pokrewne: tolower
Składnia:
#include <cctype>int toupper(int ch);
Funkcja toupper() zwraca znak ch w postaci wielkiej litery.
Tematy pokrewne: tolower