 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is post-tested looping statement? | 
| Answer» The loop evaluates the condition at the end of the looping structure and selects a statement for execution repeatedly. Therefore it is called a post-tested looping statement. | |