Examveda
Examveda

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: Option A


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings