What is nested loop in C?

What is a nested loop in C?
A nested loop in C is a loop within another loop. Nested loops find wide applications in C as well as C++ programs.

No comments: