

InterviewSolution
Saved Bookmarks
1. |
Write any two functions of ctype.h? |
Answer» Two functions of ctype.h are isalpha() and isdigit(). |
|