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
Write a program to show the change in position of a cursor using c
What is malloc calloc and realloc in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Explain what is #line used for?
What is pointers in c?
What is a wrapper function in c?
What are the different categories of functions in c?
What is c token?
What is extern storage class in c?
When is a null pointer used?
about c language
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
can anyone please tell about the nested interrupts?
Is linux written in c?
Explain what does it mean when a pointer is used in an if statement?