Use of functions increases redundancy. State whether the statement is True (or) False And Justify it
Answers
Answered by
1
Hi,
Answer: False
✴️ Explanation:
Use of function in any programming language reduce redundancy or iteration.
A function is defined once and saved in memory.
Every time it returns a value when called in main program,by function call statement.
A program need not to write the entire statements again and again,thus functions in a main program reduce redundancy.
✴️For ex:
A function includes 10 statements,and if it is required in main program 5 times than the program must include 50 statements,but by using function call only 5 function call statements are included,thus reduce redundancy.
Hope it helps you.
Answer: False
✴️ Explanation:
Use of function in any programming language reduce redundancy or iteration.
A function is defined once and saved in memory.
Every time it returns a value when called in main program,by function call statement.
A program need not to write the entire statements again and again,thus functions in a main program reduce redundancy.
✴️For ex:
A function includes 10 statements,and if it is required in main program 5 times than the program must include 50 statements,but by using function call only 5 function call statements are included,thus reduce redundancy.
Hope it helps you.
Answered by
4
heya......
answer is
========
this statement is false.
========
hope it helps ^_^
answer is
========
this statement is false.
========
hope it helps ^_^
Similar questions
Science,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago