+ 1
Character function:
To use: Should include header #include<ctype.h>
eg: int a=isdigit(c)
Member function:
Any function written inside a class is called as a member function.
Eg: Default member functions of a class is 'Constructor' and 'Destructor'.



