Computer Science, asked by manoharanmsi5458, 9 months ago

Describe the isspace( ) method

Answers

Answered by DeenaMathew
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
Math, 1 year ago