Table of Contents
Previous Section Next Section

isupper

#include <ctype.h>int isupper(int ch);

The isupper( ) function returns nonzero if ch is an uppercase letter; otherwise, zero is returned.

A related function is islower( ).


Table of Contents
Previous Section Next Section