A language which supports sub programs. In procedural languages emphasis is more on code than data eg: COBOL,PL/SQL.
LOTTA
How is what different... Please restate the question.
the main emphasis of procedure oriented programming is on algorithms rather than on data
procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow
A list of instructions telling a computer, step by step, what to do.
C is a procedure oriented programming and C++ is a object oriented programming.C++ is a superset of C.
The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.
C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.
The ability to reuse the same code at different places in the program with out coping it.
A call to a procedure from your main routine.
The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.
a program generation activity aims at automatic generation of a program.The source language is a specification language of an application doamain and the target language is typically a procedure oriented programming language.A program execution activity organized the execution of a program return in a programming language on a computer system.Its source language could be a procedure oriented language or a problem oriented language