Some of the advantages of using functions in C++ program are:
- It makes the program clear and easy to understand.
- Single functions can be tested easily for errors.
- It saves time from typing the same functions again and again.
- It helps to modify the program easily without changing the structure of program.
Comments
Leave a comment