What is the difference between for loop and while loop-00748
This subjective question is related to the book/course vu cs502 Fundamentals of Algorithms. It can also be found in vu cs502 Mid Term Solved Past Paper No. 1.
Question 1: What is the difference between for loop and while loop?
Answer:
When number of iterations known we use for loop otherwise we will use while loop