Question:medium

Which of the following best represents structured programming?

Show Hint

Structured programming is based on \[ \boxed{ \text{Sequence, Selection, Iteration, Functions and Blocks} } \]
Updated On: Jul 18, 2026
  • Using goto statements
  • Using functions and blocks
  • Writing long code
  • Avoiding loops
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0