MCQs > IT & Programming > C# > Is the following code valid? string x = 'test'; for (; x == 'test'; ) { x = 'not test'; }

C# MCQs

Is the following code valid? string x = "test"; for (; x == "test"; ) { x = "not test"; }

Answer

Correct Answer: Yes

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