Computer Science, asked by svpadmavathi9658, 6 months ago

Relative merits of procedural and non procedural languages

Answers

Answered by Anonymous
0

In procedural languages, the program code is written as a sequence of instructions.

...

Difference between Procedural and Non-Procedural language:

Procedural Language Non-Procedural Language

It returns only restricted data types and allowed values. It can return any datatype or value

Overall efficiency is very high. Overall efficiency is low as compared to Procedural Language.

Similar questions