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 the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what is the format specifier for printing a pointer value?
What is bubble sort in c?
hi, which software companys will take,if d candidate's % is jst 55%?
Can we declare a function inside a function in c?
What is || operator and how does it function in a program?
What is hashing in c language?
What is a nested formula?
what is stack , heap ,code segment,and data segment
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is difference between && and & in c?
Write a program to reverse a linked list in c.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is #include stdio h?
How to create struct variables?