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

What does %p mean?

593


What is data structure in c language?

606


What is unary operator?

660


What is adt in c programming?

611


Why doesn't C support function overloading?

1617






what is a constant pointer in C

679


What is a macro in c preprocessor?

629


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1381


How many bytes is a struct in c?

725


How can I read in an object file and jump to locations in it?

579


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

736


Which control loop is recommended if you have to execute set of statements for fixed number of times?

809


How do you list files in a directory?

563


What is difference between && and & in c?

599


What is the meaning of 2d in c?

613