Advertisements
Advertisements
Question
Write a function to check whether a character is a blank or not.
Answer in Brief
Solution
Character.is WhiteSpace(ch);
It returns true if character is a blank space, otherwise returns false.
shaalaa.com
Is there an error in this question or solution?
Chapter 2: Library Classes - Review Insight [Page 176]