Friday 18 April 2014

isblank function in c

The isblank() function tests if a character is space or tab character. the blank characters are space and tab character.
Header File - 
#include<ctype.h>
Syntex - 

isblank function has the following syntax.
isblank(int c)
Note-
isblank function works only in c++11(c99)

Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment