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(int c)
Note-
isblank function works only in c++11(c99)
Header File -
#include<ctype.h>
Syntex -
isblank
function has the following syntax.isblank(int c)
Note-
isblank function works only in c++11(c99)
0 comments:
Post a Comment