Q35
What is the purpose of the 'foreach' loop in C#?
A.
Performs a conditional iteration
B.
Terminates the loop
C.
Iterates over elements in a collection
AnswerD.
Executes a block of code repeatedly
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board