Computer Science, asked by tranatrana083, 6 months ago

what is the need of functions ​

Answers

Answered by devil6416
3

Answer:

Functions are used because of following reasons – a) To improve the readability of code. b) Improves the reusability of the code, same function can be used in any program rather than writing the same code from scratch. c) Debugging of the code would be easier if you use functions, as errors are easy to be traced.

Similar questions