InterviewSolution
Saved Bookmarks
| 1. |
Which header declares several functions useful for testing and mapping characters?(a) assert.h(b) stdio.h(c) ctype.h(d) errno.hThis question was posed to me by my college director while I was bunking the class.Enquiry is from Character Handling topic in portion String Operations in C of C |
|
Answer» CORRECT ANSWER is (c) ctype.h Easiest explanation - The HEADER |
|