Q77
What does the following C# code set specifies? public static int Compare(string strA, string strB)
A.
Comparison is case and culture sensitive
B.
Two strings A and B are compared with each other
C.
Output is : >0 for (A > B), <0 for (A < B) else '0' for(A=B)
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board