what is difference between procedural language and functional language ?
Answer Posted / 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 |
Post New Answer View All Answers
What are pointers?
What are the header files used in c language?
What is 'bus error'?
Combinations of fibanocci prime series
What is printf () in c?
What header files do I need in order to define the standard library functions I use?
What is an expression?
What does sizeof function do?
What does node * mean?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Explain what are header files and explain what are its uses in c programming?
What is restrict keyword in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Why doesnt that code work?
What is auto keyword in c?