Indicates if a character is an ASCII character. Format #include <ctype.h> int isascii (int character);
character An object of type char.
nonzero If ASCII. 0 If not ASCII.