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 is a #include preprocessor?
What is a method in c?
What is wild pointer in c?
why we wont use '&' sing in aceesing the string using scanf
Is fortran still used in 2018?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is meant by high-order and low-order bytes?
What does stand for?
is it possible to create your own header files?
Does c have enums?
Why #include is used in c language?
What is the use of define in c?
What does volatile do?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is #include stdio h?