+ 1
What is the structured of programming?
structure
2 Respuestas
+ 1
Structured programming sometimes known as modular programmingis 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.
0
structured programming is separate your code in modules, using functions avoiding 'goto' sentences