

MCQOPTIONS
Saved Bookmarks
1. |
The C library function checks whether the passed character is printable. |
A. | isgraph() |
B. | isalpha() |
C. | isprint() |
D. | ispunct() |
Answer» B. isalpha() | |