Which function is used to check whether a character is tab or space or whitespace control code(\n,\r,etc.)?
Posted: Wed Jul 13, 2022 7:51 pm
a) isspace()
b) isalnum()
c) iscntrl()
d) isblank()
b) isalnum()
c) iscntrl()
d) isblank()
Accurate answers. Every time.
https://answerhappy.com/