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

why we need function pointers?

3 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


who is the founder of c

19 Answers   College School Exams Tests, HP,


print the table 5 in loops

3 Answers  


What is the difference between int main and void main in c?

0 Answers  






program in c to print 1 to 100 without using loop

9 Answers   Wipro,


Explain enumerated types.

0 Answers  


Can you assign a different address to an array tag?

0 Answers  


Where is volatile variable stored?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Categories