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