The benefits of using functions in a Program are:
- We can make the program clear and easy to understand.
- We can re-use the code.
- We can edit and test the code functions easily without modifying program structure.
- We can perform certain actions using functions.
- We can save time as we do not need to type same function again and again.