isgraph characters in c | isgraph function in c

Опубликовано: 29 Сентябрь 2024
на канале: Programmatore
157
8

The C library function void isgraph(int c) checks if the character has graphical representation.
The characters with graphical representations are all those characters that can be printed except for whitespace characters (like ' '), which is not considered as isgraph characters.