#include <ctype.h>
int isprint (int c);
int isprint
The isprint function tests for any of the printing characters including space (' ').