What do you understand by structured programming
Structured Programming
This term is used for programming design that emphasizes:-
(1) Hierarchical design of programming structure using only the easy control forms of comparison, alteration and iteration.
(2) Representation of the hierarchical design straight in the program text, using the structured control statement.
(3) Program text in which the textured sequence if statements correspond to the implementation sequence.
(4) Use of single purpose groups of stack even if statement must be copied when a program is written by following these tenets of structural programming, it is much simpler to understand, debug, determine to be correct and take modify and re-verify.