what is difference between procedural language and functional language ?
Answers were Sorted based on User's Feedback
Answer / sanjiv
In procedural language object is not used
In functional language object is used
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / fauziya yaseen ansari
Object is not used in procedural language, Object is used in
functional language.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / 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 |
Answer / shamim akhtar
In procedural languages we have to define complete procedure step by step.
In functional language ,there is no define complete procedure as it provide reusability
| Is This Answer Correct ? | 2 Yes | 2 No |
Explain union.
What are the types of type specifiers?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
How to write a program to receive an integer & find its octal equivalent by using for loop?
if we take a number as a char then can we manipulate(add, subtract) on this number
int far *near * p; means
what are the advantages of a macro over a function?
how to swap 4 number without using temporary number?
What does %p mean?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
How can I write a function that takes a format string and a variable number of arguments?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,