InterviewSolution
Saved Bookmarks
| 1. |
Which is true about function tolower?(a) The function tolower is defined in (b) Converts an uppercase letter to lowercase(c) Returns other characters untouched(d) None of the mentionedThis question was addressed to me during an interview.My query is from Standard Input & Output in chapter Input and Output in C of C |
|
Answer» RIGHT OPTION is (d) NONE of the mentioned Best EXPLANATION: None. |
|