Answer:
Structural language is a language in which a particular structure is defined. It is used to make execution and understanding easier.
Ex : COBOL
Structural language does not have function calls.
Procedural language is a language in which function calls are allowed.
Ex : C
In this a particular procedure is followed every time.
IMB.