

InterviewSolution
Saved Bookmarks
1. |
What are the difference between selection and iteration statement |
Answer» Selection determines which path a program takes when it is running. Iteration is the repeated execution of a section of code when a program is running. All programs use one or more of these constructs. The longer and more complex the program, the more these constructs will be used repeatedly. | |