Vidyalelo
C Programming · Q107

Arrays and Strings

Programming · C Programming · question 107

Q107

What is the function of strcoll()?

A.
compares the string, result is dependent on the LC_COLLATE
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board