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 for Overriding.
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..
What is malloc() function?
What are the advantages of using Unions?
Why is c fast?
Can a local variable be volatile in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is a memory leak? How to avoid it?
shorting algorithmS
What is pointer to pointer in c with example?
to find the closest pair
What is the role of this pointer?
What is use of null pointer in c?
What is a static variable in c?
What is output redirection?