explain advantage of use of function?
Answers
Answered by
0
Advantages of Using a Function
Use of functions enhances the readability of a program. A big code is always difficult to read. Breaking the code in smaller Functions keeps the program organized, easy to understand and makes it reusable. It reduces the complexity of a program and gives it a modular structure.
Answered by
47
Answer:
Use of functions enhances the readability of a program. A big code is always difficult to read. Breaking the code in smaller Functions keeps the program organized, easy to understand and makes it reusable. ... It reduces the complexity of a program and gives it a modular structure
hope this helps you
Similar questions