MCQs > IT & Programming > .NET > How many string objects are created in this piece of code: string first = 'tick'; string second = first + 'tech'; second += 'fly';

.NET MCQs

How many string objects are created in this piece of code: string first = "tick"; string second = first + "tech"; second += "fly";

Answer

Correct Answer: 2

Explanation:

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

.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it