Describe the isspace( ) method
Answers
Answered by
0
Isspace() in C programming language is used for string and character handling and its application is used to count whitespace characters.
1. isspace() is a built-in method in which string handling is used.
2.The isspace() methods shows “True” if there are whitespace characters in Otherwise, It shows “False''.
3. The function of isspace() is used to check if the argument contains all whitespace characters or not.
4. This method is used in c programming.
Similar questions
Computer Science,
4 months ago
Computer Science,
4 months ago
Math,
4 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago
Math,
1 year ago
Science,
1 year ago