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
In a header file whether functions are declared or defined?
How can I get back to the interactive keyboard if stdin is redirected?
what is the diffrenet bettwen HTTP and internet protocol
Why is sizeof () an operator and not a function?
Explain how to reverse singly link list.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the difference between malloc() and calloc() function in c language?
How to explain the final year project as a fresher please answer with sample project
Why c is called a mid level programming language?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is c system32 taskhostw exe?
Write a code to remove duplicates in a string.
What are file streams?
What is #include conio h?