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


Please Help Members By Posting Answers For Below Questions

Write a program to show the change in position of a cursor using c

828


What is malloc calloc and realloc in c?

933


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

2476


Explain what is #line used for?

802


What is pointers in c?

896


What is a wrapper function in c?

838


What are the different categories of functions in c?

878


What is c token?

828


What is extern storage class in c?

717


When is a null pointer used?

841


about c language

1801


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.

862


can anyone please tell about the nested interrupts?

1874


Is linux written in c?

799


Explain what does it mean when a pointer is used in an if statement?

834