MCQs > IT & Programming > C# > Which of these shows the correct way to write a foreach loop?

C# MCQs

Which of these shows the correct way to write a foreach loop?

Answer

Correct Answer: foreach (int i in collection) { /* foreach loop body */ }

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