what is difference between procedural language and functional language ?
Answer Posted / 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 |
Post New Answer View All Answers
Can you apply link and association interchangeably?
Why c is called object oriented language?
What functions are used for dynamic memory allocation in c language?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is .obj file in c?
What is linear search?
Tell us something about keyword 'auto'.
Explain the difference between getch() and getche() in c?
What are two dimensional arrays alternatively called as?
Write a program that accept anumber in words
How can I prevent another program from modifying part of a file that I am modifying?
What's the right way to use errno?
What is the deal on sprintf_s return value?
What is data structure in c and its types?
What is the purpose of sprintf?