InterviewSolution
Saved Bookmarks
| 1. |
Select the operators used for checking the equality in strings:(a) !=(b) >(c) =The question was posed to me in exam.Question is from Introduction of String Formatting in portion Miscellaneous topics of C# |
|
Answer» RIGHT OPTION is (a) != BEST EXPLANATION: NONE. |
|