0 votes
78 views
in C program by (98.9k points)
edited

What is a nested loop?

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer
A nested loop is a loop that runs within another loop. Put it in another sense, you have an inner loop that is inside an outer loop. In this scenario, the inner loop is performed a number of times as specified by the outer loop. For each turn on the outer loop, the inner loop is first performed.

Related questions

0 votes
1 answer 79 views
asked Jun 11, 2022 in Discuss by nehapatil (3.2k points)
0 votes
1 answer 102 views
asked May 15, 2022 in C program by Doubtly (98.9k points)
+1 vote
1 answer 105 views
asked Jun 18, 2022 in C program by laxman Ji (3.4k points)
0 votes
1 answer 104 views
+1 vote
1 answer 115 views
+1 vote
1 answer 73 views
asked Jun 18, 2022 in C program by laxman Ji (3.4k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...