Answer:
Procedural languages use the techinque of dividing a given program into a no of procedures(functions). These functions interact by passing values between them. These languages usually do not have object oriented features. Examples are: C, Cobol, Fortan.