What is the function of strcoll()?
(a) compares the string, result is dependent on the LC_COLLATE
(b) copies the string, result is dependent on the LC_COLLATE
(c) compares the string, result is not dependent on the LC_COLLATE
(d) copies the string, result is not dependent on the LC_COLLATE
I have been asked this question in an interview for job.
My question is taken from String Operations in division String Operations in C of C