InterviewSolution
Saved Bookmarks
| 1. |
What are the advantage of function |
|
Answer» epetition of codes.Increases PROGRAM readability.Divide a COMPLEX problem into simpler ones.Reduces chances of error.Modifying a program becomes EASIER by USING function |
|