Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between Do While and Do Until?

Answers were Sorted based on User's Feedback



Difference between Do While and Do Until?..

Answer / scott77

Do while tests at the start of the loop.
Do until tests at the end of the loop then executes at least once

Is This Answer Correct ?    1 Yes 0 No

Difference between Do While and Do Until?..

Answer / scott77

Do while loop will continue while the condition is true, Whereas Do until loop will continue while the condition is false.
Do while executes the first cycle without checking condition, Whereas Do until executes it after checking condition.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More IBM PL/1 Interview Questions

What are the file formats supported in PL/1?

1 Answers  


Where PL1 program will be compiled?

1 Answers  


what is the purpose of OPTIONS(MAIN)?

1 Answers  


What is the use of  GET LIST and  PUT LIST?

1 Answers  


 What is meant by REORDER option in PL/1?

1 Answers  


How we call procedures in PL/1?

1 Answers  


How we can disable the enabled CONDITIONS.

2 Answers  


What are the different options in OPTIONS?

0 Answers  


What tools are available in PL/1?

0 Answers  


 Explain REENTRANT?

1 Answers  


Difference between Do While and Do Until?

2 Answers  


What do the compilers provide?

0 Answers  


Categories