+ 1
What is structured programming?
Programming fundamentals
2 Answers
+ 2
Structured programmingĀ (sometimes known as modularĀ programming) is a subset ofĀ procedural programmingĀ that enforces a logicalĀ structureĀ on theĀ programĀ being written to make it more efficient and easier toĀ understandĀ and modify.