Top

Discussion

What is the prototype of strcoll() function?

  • 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)

Answer: A

The prototype of strcoll() function is int strcoll(const char *s1,const char *s2).

No comment is present. Be the first to comment.
Loading…

Post your comment