220k views
4 votes
-List the relative advantages of procedural and nonprocedural languages.

User Undershock
by
5.3k points

1 Answer

2 votes

Answer:

Procedural language-is the programming language that is used for solving the issue with the help of step-by-step procedure.The procedure steps and result are both important .The advantage of this language are as follows:-

  • Clarity in the process that is carried out
  • Efficiently working programming language
  • Has algorithmic property

Non-procedural language-It is the programming language in which the steps of the process is not specified and result is the only focus that is obtained with the help of user. The advantage of this language are as follows:-

  • Short process for solving problem
  • Combining several steps of process into one

User James Doherty
by
5.5k points