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 |
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
what is the difference between malloc() and calloc() function?
Can we include one C program into another C program if yes how?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
What are the features of c languages?
What is dynamic variable in c?
Explain the difference between malloc() and calloc() in c?
what is the difference between embedded c and turbo c ?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Describe the header file and its usage in c programming?
why you will give me a job in TCS.
how to implement stack work as a queue?