Tutorials Algorithms Analysis of Algorithms Data Structures Languages Interview Corner GATE ISRO CS UGC NET CS CS Subjects Web Technologies Student Jobs

*

*

*

*

Foreach loop is used to access elements of an array quickly without performing initialization, testing and increment/decrement. The working of foreach loops is to do something for every element rather than doing something n times.

Bạn đang xem: Foreach c# là gì

There is no foreach loop in C, but both C++ and Java have support for foreach type of loop. In C++, it was introduced in C++ 11 and Java in JDK 1.5.0

The keyword used for foreach loop is “for” in both C++ and Java.

C++ Program:

Advantages of Foreach loop:-1) Makes code more readable.2) Eliminates the possibility of programming errors.

Xem thêm: Các động từ trạng thái trong tiếng anh ( stative verb là gì

This article is contributed by Rahul Agrawal. If you like thienmaonline.vn and would like to contribute, you can also write an article and mail your article to contribute
thienmaonline.vn. See your article appearing on the thienmaonline.vn main page and help other Geeks.

Xem thêm: Vũ Là Gì – Công Cụ đặt Tên Cho Bé

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above

Attention reader! Don’t stop learning now. Get hold of all the important Java Foundation and Collections concepts with the Fundamentals of Java and Java Collections Course at a student-friendly price and become industry ready.

*

We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy Got It !

Chuyên mục: Hỏi Đáp