1.

function tolower(c) defined in library works for ___________(a) Ascii character set(b) Unicode character set(c) Ascii and utf-8 but not EBCDIC character set(d) Any character setI 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

Answer»

The CORRECT CHOICE is (d) Any CHARACTER set

To EXPLAIN I would SAY: None.



Discussion

No Comment Found

Related InterviewSolutions