Saved Bookmarks
| 1. |
What are sequential constructs, selective construct an iterative construct? |
|
Answer» 1. Sequential construct: The ability to execute the program statements one after another in sequence is called sequential construct. 2. Selective construct: It is the process of selecting certain set of statements based on a requirement for execution. 3. Iterative construct: It is the process of the execution of certain set of statements repeatedly until a requirement is satisfied. |
|