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
What does the file stdio.h contain?
What are the basic data types associated with c?
Should I learn c before c++?
How does free() know explain how much memory to release?
Write a program to swap two numbers without using a temporary variable?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is d scanf?
When should the register modifier be used? Does it really help?
write a program in c language to print your bio-data on the screen by using functions.
What are the parts of c program?
What are the advantages and disadvantages of c language?
What is array of pointers to string?
Do string constants represent numerical values?
Is c programming hard?
What is the heap?