employer cover photo
employer logo
employer logo

Enable Professional Services

Is this your company?

Enable Professional Services Interview Question

What is for loop and while loop?

Interview Answer

Anonymous

Apr 12, 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.