Knowee
Questions
Features
Study Tools

What is the prototype of strcoll() function?Select one: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)

Question

What is the prototype of strcoll() function?Select one: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)

🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct answer is a. int strcoll(const char *s1,const char *s2)

Similar Questions

What is the first argument of the strcat() function in C programming?

What are the uses of stracures and how to design them using C programming

Study the function:void t(char* S) {  for (int i=0; i<strlen(S); i++) S[i] = S[i]+1;}This function is called as:char S[10]= “ABCD”;printf(“%s”, t(S));What is the output?a.Abcdb.Compile-time error.c.ABCDd.BCDE

Which of the following functions is used to concatenate two strings in C?strcat;strappend()strcat()strjoin()strmerge()

Identify the strlen( ) function code.

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.