what is difference between procedural language and functional language ?
Answer Posted / sanjiv
In procedural language object is not used
In functional language object is used
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Give differences between - new and malloc() , delete and free() ?
What is the purpose of 'register' keyword?
explain what is an endless loop?
In C, What is the #line used for?
Explain what is the benefit of using const for declaring constants?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Write the syntax and purpose of a switch statement in C.
Explain what is the most efficient way to store flag values?
How can I find out how much free space is available on disk?
How do you declare a variable that will hold string values?
Is fortran still used in 2018?
How do I read the arrow keys? What about function keys?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Why C language is a procedural language?
Are enumerations really portable?