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

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


Can we initialize extern variable in c?

0 Answers  


What is a class?

3 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


What are the salient features of c languages?

0 Answers  


Write a program that his output * *** *****

1 Answers  


What are the features of the c language?

0 Answers  


Categories