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.