What is procedure oriented programming system?
Answers
Answered by
0
Procedure Oriented Programming (POP) system is a system in which the program is divided into small units or small parts called functions.
C is an example of POP language.
C is an example of POP language.
Answered by
0
Answer:
A procedure oriented programming is a type of system which emphazes on functions rather than data items.
Explanation:
High level languages provide an easy approach to the users in developing their logic to solve any problem with the help of a computer. These languages are called machine independent because one can develop and understand the program logic without having much knowledge about computer's architecture.
Similar questions