What is structured programming in software testing?
Answers
Answered by
0
Structured programming(sometimes known as modular programming) is a subset ofprocedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.
Answered by
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