Question: What is the prototype of strcoll() function?

Options

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)

Click to view Correct Answer

Previous || Next

C Multiple Choice String Operations more questions

How do you initialize an array in C?

Which of the following correctly declares an array?

What is the signature of math in function using command....

Which of the following is not a valid C variable....

What members do the structure returned by function div() contains?

It is guaranteed that a ____ has at least 8....

Which of the following is the correct way to declare....

The macro definition of INT_MIN is ____________

In which of the following stroke concerning ultra-lean mode the....

Turbocharger is driven by which mechanism?

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Multiple Choice Mathematical Functions

C Multiple Choice Non Local Jumps

C Multiple Choice Printf

C Multiple Choice Scanf

C Multiple Choice Stringizers

C Printf

C Recursion

C Scanf

C Signed Qualifier

C String Operations