 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the use of function? | 
| Answer» Sometimes functions are defined for commonly required tasks to avoid the repetition entailed in typing the same statements over and over. More generally, they are used to keep code that performs a particular job in one place in order to enhance re-usability and program clarity. | |