Vidyalelo
C Programming · Q69

Arrays and Strings

Programming · C Programming · question 69

Q69

What is the prototype of strcoll() function?

A.
int strcoll(const char *s1,const char *s2)
Answer
B.
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