📅  最后修改于: 2022-03-11 14:56:34.509000             🧑  作者: Mango
WHAT IS STRUCTURED PROGRAMMING PARADIGM?
Structured programming language modularizes large programs into smaller
programs called functions. The main focus is on functions and processes
that work on data. Data runs freely around the system from one function to
another. The program structure follows the "top-down approach".