what is difference between procedural language and functional language ?

Answers were Sorted based on User's Feedback



what is difference between procedural language and functional language ?..

Answer / sanjiv

In procedural language object is not used
In functional language object is used

Is This Answer Correct ?    18 Yes 3 No

what is difference between procedural language and functional language ?..

Answer / fauziya yaseen ansari

Object is not used in procedural language, Object is used in
functional language.

Is This Answer Correct ?    6 Yes 4 No

what is difference between procedural language and functional language ?..

Answer / ashu chhabra

A procedural program is written as a list of instructions,
telling the computer, step-by-step.Program units include the
main

Functional programming is particularly useful for
mathematical work, where the notion of ``function'' is
already a well established concept.

Is This Answer Correct ?    2 Yes 2 No

what is difference between procedural language and functional language ?..

Answer / shamim akhtar

In procedural languages we have to define complete procedure step by step.
In functional language ,there is no define complete procedure as it provide reusability

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C Interview Questions

What tq means in chat?

0 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


What is the difference between volatile and const volatile?

0 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,






wap in c to accept n number display the highest and lowest value

2 Answers  


When the macros gets expanded?

0 Answers  


How many levels deep can include files be nested?

0 Answers  


How is pointer initialized in c?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


Categories