Computer Science, asked by HUSSAINGHULAM5316, 1 year ago

What is structured programming in software testing?

Answers

Answered by Anu997
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 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