Vidyalelo
C# Programming · Q83

Arrays and Strings in C Sharp

Programming · C# Programming · question 83

Q83

Which of these methods is used to compare two strings such that after comparison output returns different integer values as (0 for false, 1 for true)?

A.
Equals ()
B.
== operator
C.
Compare()
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board