what is major characteristic of procedrual programming language
Answers
Answered by
1
Answer:
Characteristics of Procedural oriented programming:-
Hence, a number of functions are written to solve a problem. A program is divided into a number of functions and each function has clearly defined purpose. Most of the functions share global data. Data moves openly around the system from function to function.
Answered by
4
Some characteristics of POP are as follows.
Large programs are divided into smaller programs called functions.
Functions transform data from one form to another.
Data moves freely from function to function.
Functions share global data (many of them).
Follows Top-Down approach in program design.
Similar questions