Computer Science, asked by supersri507, 10 months ago

The goal of structured programming is to

Answers

Answered by itsmysyntax
0

Answer:

Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and repetition (while and for), block structures, and subroutines

Answered by Anonymous
0

The approach where software enhancement is easier is the (c)STRUCTURED PROGRAMMING.

Structured programming understands  the program and it generally has a top down approach.It makes the program easier to understand and thus helps in software enhancement.Here the complex programs are divided into small structural parts which makes it more convenient easier to understand.

Similar questions