InterviewSolution
Saved Bookmarks
| 1. |
The________function converts an uppercase letter to the corresponding lowercase letter.(a) islower()(b) isupper()(c) toupper()(d) tolower()The question was asked by my school teacher while I was bunking the class.I want to ask this question from Character Handling topic in chapter String Operations in C of C |
|
Answer» Right choice is (d) tolower() |
|