What is the prototype of strcoll() function?
Answer: A
The prototype of strcoll() function is int strcoll(const char *s1,const char *s2).