 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What are control statements? How are they classified? | 
| Answer» Control statements are elements in the program that control the flow of program execution. Control statements are classified as, 1. Selection statements 2. Iterative statements 3. Jump statements | |