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


Please Help Members By Posting Answers For Below Questions

What does the file stdio.h contain?

810


What are the basic data types associated with c?

1040


Should I learn c before c++?

978


How does free() know explain how much memory to release?

815


Write a program to swap two numbers without using a temporary variable?

861


#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); }

904


What is d scanf?

795


When should the register modifier be used? Does it really help?

781


write a program in c language to print your bio-data on the screen by using functions.

6536


What are the parts of c program?

855


What are the advantages and disadvantages of c language?

769


What is array of pointers to string?

799


Do string constants represent numerical values?

1147


Is c programming hard?

781


What is the heap?

960