 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Why is ‘while’ loop called a pre-tested looping statement? | 
| Answer» The ‘while’ loop evaluates the condition in the beginning itself, to select a suitable statement for execution repeatedly. Therefore it is called a pretested looping statement. | |