InterviewSolution
Saved Bookmarks
| 1. |
Which of the following library function is not case-sensitive?(a) toupper()(b) tolower()(c) isdigit()(d) all of the mentionedThe question was asked during an interview for a job.The query is from Character Class Testing & Conversions in section Input and Output in C of C |
|
Answer» RIGHT OPTION is (c) isdigit() Best EXPLANATION: NONE. |
|