Vidyalelo
C Programming · Q65

Arrays and Strings

Programming · C Programming · question 65

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board