what is difference between procedural language and functional language ?
Answer Posted / fauziya yaseen ansari
Object is not used in procedural language, Object is used in
functional language.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is data structure in c and its types?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is this infamous null pointer, anyway?
What is %d called in c?
What is 2 d array in c?
Which is more efficient, a switch statement or an if else chain?
What are the Advantages of using macro
Explain what header files do I need in order to define the standard library functions I use?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the auto keyword good for?
How do you view the path?
What are the 5 types of organizational structures?
Where is c used?
What is static volatile in c?