21 day
Nested While Loop in C
Writing while loop inside another while loop is called nested while loop, or you can say defining one while loop inside another while loop is called nested while loop. That is why nested loops are also called “loops inside the loop”. There can be any number of loops inside one another with any of the three combinations depending on the complexity of the given problem
.syntax

https://www.youtube.com/watch?v=XJrhdmabZ2Y&list=PLfgCIULRQavzxY-IO2sO5Vj5x7C_tjW3R&index=16
Comments
Post a Comment