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

Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

795


Explain what is gets() function?

718


Explain which function in c can be used to append a string to another string?

702


What are valid operations on pointers?

807


Why should I prototype a function?

732






What is wild pointer in c?

715


What is variable in c example?

691


What is the difference between malloc() and calloc() function in c language?

700


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

784


What is gets() function?

762


What is the -> in c?

692


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2626


What is indirection? How many levels of pointers can you have?

776


Why dont c comments nest?

707


What is c language & why it is used?

671