1.

LC_COLLATE affects strcoll() and strxfrm() functions.(a) true(b) falseThis question was addressed to me in an interview for job.The above asked question is from Localization topic in section C Library of C

Answer»

Correct choice is (a) true

The best I can EXPLAIN: LC_COLLATE is the MACRO defined under header FILE locale.h. It AFFECTS strcoll() and strxfrm() functions.



Discussion

No Comment Found

Related InterviewSolutions