The C library function checks whether the passed character is printable.
(a) isgraph()
(b) isalpha()
(c) isprint()
(d) ispunct()
The question was posed to me in an interview.
I'd like to ask this question from Character Handling topic in portion String Operations in C of C