Vidyalelo
C++ Programming · Q328

C++ miscellaneous

Programming · C++ Programming · question 328

Q328

Which function is used to check whether a character is tab or space or whitespace control code( , ,etc.)?

A.
isspace()
Answer
B.
isalnum()
C.
iscntrl()
D.
isblank()

Answer: Option A

Solution

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