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
C language questions for civil engineering
What are the types of macro formats?
Explain what is the difference between the expression '++a' and 'a++'?
How can I handle floating-point exceptions gracefully?
What are data structures in c and how to use them?
What is use of #include in c?
What is the use of a semicolon (;) at the end of every program statement?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What type is sizeof?
What is the difference between struct and typedef struct in c?
What is meant by type casting?
What is a static function in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is adt in c programming?
What is void c?