Multiple choice

The goal of structured programming is to

  1. have well indented programs

  2. be able to infer the flow of control from the compiled code

  3. be able to infer the flow of control form the program text

  4. avoid the use of GOTO statements

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Structured programming :- It is way of programming using the sub structure method, i.e splitting the programs into sub sections. Structured programming prevents confusing transfer of control of avoiding the use of GOTO statements.