1.

The C library function checks whether the passed character is printable.

A. isgraph()
B. isalpha()
C. isprint()
D. ispunct()
Answer» B. isalpha()


Discussion

No Comment Found