In a procedural language code and data are held separately. State true or false
Answers
Answered by
3
Answer:
Procedural Programming can be defined as a programming model which is derived from structured programming, based upon the concept of calling procedure. Procedures, also known as routines, subroutines or functions, simply consist of a series of computational steps to be carried out. During a program’s execution, any given procedure might be called at any point, including by other procedures or itself.
Explanation:
TRUE
Similar questions