Functions

Home > Computer Science > Programming Languages > Control Structures > Functions

Functions are reusable blocks of code that carry out a specific task. They allow programmers to modularize their code and make it more efficient.