192k views
11 votes
What are the functions of each computer program

User Khasha
by
5.0k points

1 Answer

9 votes
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. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.
User MiStr
by
5.3k points