MCQOPTIONS
Saved Bookmarks
| 1. |
What is the goal of structured programming? |
| A. | Able to infer the flow of control from the program text |
| B. | Able to infer the flow of control from the Compiled code |
| C. | To avoid the use of GOTO statements |
| D. | None of the above |
| Answer» B. Able to infer the flow of control from the Compiled code | |