what is difference between procedural language and functional language ?
Answers were Sorted based on User's Feedback
Answer / sanjiv
In procedural language object is not used
In functional language object is used
Is This Answer Correct ? | 18 Yes | 3 No |
Answer / fauziya yaseen ansari
Object is not used in procedural language, Object is used in
functional language.
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / ashu chhabra
A procedural program is written as a list of instructions,
telling the computer, step-by-step.Program units include the
main
Functional programming is particularly useful for
mathematical work, where the notion of ``function'' is
already a well established concept.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Can we initialize extern variable in c?
What is a class?
In c programming language, how many parameters can be passed to a function ?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Write a program for deleting duplicate elements in an array
What are the salient features of c languages?
Write a program that his output * *** *****
What are the features of the c language?