Saved Bookmarks
| 1. |
Function is used to check whether a given character is a tab spaceor not? |
|
Answer» The isspace() FUNCTION is a predefined function in ctype. h. It SPECIFIES WHETHER the argument is a whitespace character or not. Some of the whitespace characters are space, horizontal TAB, vertical tab etc. |
|