MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output for the given set of code ? String a = "Csharp"; String b = "CSHARP"; int c; c = a.CompareTo(b); Console.WriteLine(c); |
| A. | 0 |
| B. | 1 |
| C. | -2 |
| D. | -1 |
| Answer» E. | |