Computer Science, asked by sumitheer6277, 1 year ago

What is the meaning of procedure oriented programming?

Answers

Answered by Anonymous
4
procedure oriented programming language
1)gives emphasis on the functions rather than the data items
2)uses top down approach of programming
3)entire program is divided into functions
4)does not have any access specifiers
5)functions uses global data
Answered by cyrusbishop
0

Answer:

A  procedure oriented programming is a type of system which emphasizes 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