Google News
logo
C-Language - Interview Questions
What is a nested loop?
A loop that runs within another loop is referred to as a nested loop. The first loop is called the Outer Loop and the inside loop is called the Inner Loop. The inner loop executes the number of times defined in an outer loop.
Advertisement