

InterviewSolution
Saved Bookmarks
1. |
What is the difference between selection and repetition ? |
Answer» Selection the program run or executes in a systematic manner. whereas in repetition construct first condition is checked if it is true execution takes place repetidly but if it is false the execution stops | |