R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of these is NOT a valid loop in C#?

  • (A) for
  • (B) foreach
  • (C) loop
  • (D) do-while

Explanation by: Ram Sharma
`loop` is not a valid loop statement in C#. Valid options include `for`, `foreach`, `while`, and `do-while`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.