Characteristics and features of procedure programming language
Answers
Answered by
1
Answer:
Characteristics of procedure-oriented programming language:
Large programs are divided into smaller programs known as functions. Function can communicate by global variable. Data move freely from one function to another function. Functions change the value of data at any time from any place
Answered by
42
Question
Characteristics and features of procedure programming language
Answer✔️
Characteristics of Procedural oriented programming:-
- It focuses on process rather than data.
- It takes a problem as a sequence of things to be done such as reading, calculating and printing.
- A program is divided into a number of functions and each function has clearly defined purpose.
Answered by :- BrainlyParrot
Similar questions