Which is true about function tolower?
(a) The function tolower is defined in <ctype.h>
(b) Converts an uppercase letter to lowercase
(c) Returns other characters untouched
(d) None of the mentioned
This question was addressed to me during an interview.
My query is from Standard Input & Output in chapter Input and Output in C of C