Page 1 of 1

What is the prototype of strcoll() function?

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) int strcoll(const char *s1,const char *s2)
b) int strcoll(const char *s1)
c) int strcoll(const *s1,const *s2)
d) int strcoll(const *s1)