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

Write a program for Overriding.

939


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1795


What is malloc() function?

860


What are the advantages of using Unions?

869


Why is c fast?

812


Can a local variable be volatile in c?

784


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

984


What is a memory leak? How to avoid it?

914


shorting algorithmS

2045


What is pointer to pointer in c with example?

765


to find the closest pair

2089


What is the role of this pointer?

782


What is use of null pointer in c?

766


What is a static variable in c?

882


What is output redirection?

921