what is difference between procedural language and functional language ?
Answer Posted / shamim akhtar
In procedural languages we have to define complete procedure step by step.
In functional language ,there is no define complete procedure as it provide reusability
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can I find out how much free space is available on disk?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What do the functions atoi(), itoa() and gcvt() do?
What is a macro, and explain how do you use it?
What is bin sh c?
How can I copy just a portion of a string?
What is the argument of a function in c?
How can you determine the size of an allocated portion of memory?
What are # preprocessor operator in c?
What are nested functions in c?
What is LINKED LIST? How can you access the last element in a linked list?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is a program flowchart and how does it help in writing a program?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff