what is difference between procedural language and functional language ?
Answers were Sorted based on User's Feedback
Answer / sanjiv
In procedural language object is not used
In functional language object is used
| Is This Answer Correct ? | 18 Yes | 3 No |
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 |
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 |
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 |
formula to convert 2500mmh2o into m3/hr
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
i have a written test for microland please give me test pattern
What is an array? What the different types of arrays in c?
How to create struct variables?
implement OR gate without using any bitwise operator.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Which is better oop or procedural?
In a switch statement, what will happen if a break statement is omitted?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is 2c dna?
what are brk, sbrk?