Vidyalelo
C Programming · Q92

Arrays and Strings

Programming · C Programming · question 92

Q92

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

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

Answer: Option C

Solution

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