Vidyalelo
C# Programming · Q77

Miscellaneous in C Sharp

Programming · C# Programming · question 77

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
Answer

Answer: Option D

Solution

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