function tolower(c) defined in library <ctype.h> works for ___________
(a) Ascii character set
(b) Unicode character set
(c) Ascii and utf-8 but not EBCDIC character set
(d) Any character set
I have been asked this question in an interview for internship.
The origin of the question is Type Conversions topic in chapter Data Types, Operators and Expressions in C of C