1. function tolower(c) defined in library works for a) Ascii character set b) Unicode character set c) Ascii and utf-8 but not EBSIDIC character set d) Any character set AnswerAnswer: d [Reason:] None. 2. What is the output of the below code considering size of short int is 2, char is 1 and int is…