1. Which is true about function tolower? a) The function tolower is defined in b) Converts an upper case letter to lower case c) returns other characters untouched d) None of the mentioned AnswerAnswer: d [Reason:] None. 2. What is the output of this C code? #include <stdio.h> int main() { char c = ‘�’;…