InterviewSolution
Saved Bookmarks
| 1. |
Specify different types of decision control statements? |
|
Answer» All statements WRITTEN in a PROGRAM are EXECUTED from top to bottom one by one. Control statements are used to execute/transfer the control from one part of the program to another depending on the condition.
|
|