what is a structured programming language
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".