Computer Science, asked by shreeya13, 10 months ago

what is nested loop in C program?

Answers

Answered by tripathiaadrika27
1

Explanation:

A loop inside another loop is called a nested loop. ... Consider a nested loop where the outer loop runs n times and consists of another loop inside it. The inner loop runs m times.

Similar questions