Can we obtain the array index using foreach loop in C#?

47. Can we obtain the array index using foreach loop in C#?

  1. Yes
  2. No

Answer: B) No

Explanation:

No, we cannot obtain the array index using foreach loop because it does not keep track of the index, it only iterates forward over the array in single steps.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.