employer cover photo
employer logo
employer logo

Enable Professional Services

Est-ce votre entreprise ?

Question d’entretien chez Enable Professional Services

What is for loop and while loop?

Réponse à la question d'entretien

Utilisateur anonyme

12 avr. 2023

In For loop, first the variable is initialised then condition is given and if condition is true then we keep on increasing the value of variable. In while loop, it continues to run till the condition remains true.