State any three advantages of functions?
Answers
Answered by
1
Answer:
The advantages of using functions are:
Avoid repetition of codes.
Increases program readability.
Divide a complex problem into simpler ones.
Reduces chances of error.
Modifying a program becomes easier by using function.
Explanation:
please mark me brainliest then I will follow you
Answered by
0
Answer:
The advantages of function are-
- Function with no arguments and no return no value
- Function with no arguments and a return value
- Function with arguments and no return value
Similar questions