Name

isupper function — Tests for an uppercase letter

Synopsis

int isupper(int c)

The isupper function returns true (nonzero) if c is an uppercase letter. In the "C" locale, only the characters 'A'-'Z' are uppercase; different locales can define other uppercase characters

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.