adplus-dvertising
frame-decoration

Question

What does the given code set specify?
public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)

a.

Comparison begins at strA[indexA] and strB[indexB] and runs for length of characters

b.

Returns output > 0 for for strA > strB else < 0 for strA < strB else if strA = str B output is 0

c.

Comparison is culture sensitive and if ignore case is true, comparison ignores case differences

d.

All of the mentioned

Posted under C# programming

Answer: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the given code set specify?

Similar Questions

Discover Related MCQs

Q. What does the given code set specifies?

public static int Compare(string strA, string strB)

Q. Select the operators used for checking the equality in strings:

Q. Choose the constructor type used to build strings from character array:

Q. Select the interfaces defined by the string class?

Q. Select the namespace in which string class is built?

Q. What are strings in C#?

Q. Select the correct declaration of the defining array of parameters:

Q. The modifiers used to define an array of parameters or list of arguments:

Q. The method in which large or variable number of arguments are handled is known as:

Q. Which statement is/are correct?

Q. Keyword used to define call by reference parameter in C# .NET?

Q. True Statement about ‘ref’ keyword used in C#.NET are?

Q. What is output for the following code snippet?

Q. Which of these access specifiers must be used for main() method?

Q. Choose the statements which are false in nature:

Q. Accessibility modifier defined in a class are?

Q. What is the process by which we can control parts of a program that can access the members of a class?

Q. Which of these base classes are accessible to the derived class members?

Q. Which of these is used to access members of class before the object of that class is created?

Q. Which of these is used as a default specifier for a member of the class if no access specifier is used for it?