
Asked in TCS and 10 others
What are the differences between a do-while loop and a while loop?

AnswerBot
11mo
The do while loop executes the code block once before checking the condition, while the while loop checks the condition before executing the code block.
do while loop is useful when you want to execute...read more
surla lakshmivaraprasad
2y
The difference between while and do while is while loop checks the condition first then executes the block of code and do while loop checks the condition after the program executes once
So, while loop...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

