Vidyalelo
C Programming · Q98

Arrays and Strings

Programming · C Programming · question 98

Q98

The standard white-space characters are the following: space (' '), form feed (' \ f '), newline (' ') , horizontal tab (' ), and vertlcal tab (' ') can be tested with function.

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

Answer: Option D

Solution

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