Computer Science, asked by TbiaSupreme, 1 year ago

Use of functions increases redundancy. State whether the statement is True (or) False And Justify it

Answers

Answered by hukam0685
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.

Answered by Anonymous
4
heya......

answer is
========

this statement is false.

========
hope it helps ^_^
Similar questions