Q69
What is the prototype of strcoll() function?
A.
int strcoll(const char *s1,const char *s2)
AnswerB.
int strcoll(const char *s1)
C.
int strcoll(const *s1,const *s2)
D.
int strcoll(const *s1)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board