MCQs > IT & Programming > C# > What happens if you use Statement 2 instead of Statement 1? Statement 1: if(nCount == 0) Statement 2: if(nCount = 0)

C# MCQs

What happens if you use Statement 2 instead of Statement 1?

Statement 1: if(nCount == 0)
Statement 2: if(nCount = 0)




Answer

Correct Answer: The code will not compile

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