Computer Science, asked by ItsUDIT, 9 months ago

what is procedural programming​

Answers

Answered by vineetaprakash0802
6

Answer:

Procedural programming is a programming paradigm, derived from structured programming, based upon the concept of the procedure call. Procedures, also known as routines, subroutines, or functions, simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages first appeared circa 1960, including Fortran, ALGOL, COBOL and BASIC. Pascal and C were published closer to the 1970's, while Ada was released in 1980. Go is an example of a more modern procedural language, first published in 2009.

Answered by Anonymous
9

Answer:

what is procedural programming?

Answer :

Procedural programming is a programming paradigm, derived from structured programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out.Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC.Pascal & C were published circa 1970–1972.

Similar questions