Nested loop in C++ Full explanation in Hindi | Expert College @imranidrees8340

19 Просмотры
Издатель
@imranidrees8340
Introduction to Nested Loop in C++ A nested loop is a loop in which one loop resides inside another loop where the inner loop gets executed first, satisfying all the set of conditions that prevailed within the loop followed by an outer loop set of conditions.
A nested loop has one loop inside of another. These are typically used for working with two dimensions such as printing stars in rows and columns as shown below. When a loop is nested inside another loop, the inner loop runs many times inside the outer loop.
Expert College
Категория
Язык программирования C++
Комментариев нет.