Computer Science, asked by dhanushadithya73, 9 months ago

State any three advantages of functions?​

Answers

Answered by uray002
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 niwasbhaskar96496228
0

Answer:

The advantages of function are-

  1. Function with no arguments and no return no value
  2. Function with no arguments and a return value
  3. Function with arguments and no return value
Similar questions