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
Write a program to swap two numbers without using a temporary variable?
What is sizeof return in c?
What is else if ladder?
How to declare a variable?
What is wrong with this code?
Can a function argument have default value?
How can this be legal c?
What does the file stdio.h contain?
Differentiate between a for loop and a while loop? What are it uses?
how we can make 3d venturing graphics on outer interface
What are the 5 elements of structure?
Can you think of a logic behind the game minesweeper.
develop algorithms to add polynomials (i) in one variable
Can you write the algorithm for Queue?
When is a null pointer used?