Computer Science, asked by kiransingh80, 1 year ago

write down the corresponding header files of the following built-in-functions tolower()​

Answers

Answered by zalakChauhan
0

can you please explain that what is tolower


kiransingh80: The tolower() function takes an uppercasealphabet and convert it to a lowercase character. If the arguments passed to the tolower() function is other than an uppercasealphabet, it returns the same character that is passed to the function. It is defined in ctype.h header file. A BIG THANK YOU
Similar questions