MCQs > IT & Programming > C# > Which of the following C# code snippets correctly copies the contents of one string into another?

C# MCQs

Which of the following C# code snippets correctly copies the contents of one string into another?

Answer

Correct Answer: String s1 = "UpWork"; String s2; s2 = String.Copy(s1);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it