Home / CSE MCQs / C#.Net MCQs :: Discussion

Discussion :: C#.Net MCQs

  1. Which is the String method used to compare two strings with each other ?
  2. A.
    Compare To()
    B.
    Compare()
    C.
    Copy()
    D.
    ConCat()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Compare() used to compare two strings by taking length of strings in considerations.


Be The First To Comment