Computer Science, asked by armanmohd8639, 1 year ago

What is procedure oriented programming system?

Answers

Answered by Rumi123456789
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.
Answered by cyrusbishop
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