Q65
What do the following C function do? int isgraph(int c);
A.
tests for only space character
B.
tests for only digit
C.
tests for only lower case
D.
tests for any printing character
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board