Vidyalelo
C Programming · Q106

Arrays and Strings

Programming · C Programming · question 106

Q106

This function checks whether the passed character is white-space.

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

Answer: Option C

Solution

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