Difference between while loop and for loop?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: C LanguageDifference between while loop and for loop?
chetan shidling asked 5 years ago

I need short information.

1 Answers
chetan shidling answered 5 years ago

If you know the range then you use for loop and if you don’t know the range in that case use while loop.