MCQOPTIONS
Saved Bookmarks
| 1. |
What does the given 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» E. | |