 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is function ? Give two examples . ( It is a computer question not science ok?) | 
| Answer» Computer Programming - Functions. Advertisements. A function is a block of organized, reusable code that is used to perform a SINGLE, RELATED action. Functions provide better modularity for your application and a HIGH degree of code reusing. You have ALREADY seen various functions like printf() and main(). | |