IMPORTANT: Please read our Guide To Quality Writing before you begin posting!

Dismiss Notice
Please note that we are only approving writers from the US, UK and Canada at this time.

Introduction to Functions

Discussion in 'Programming' started by othmanovich, Dec 15, 2015.

  1. othmanovich

    othmanovich New Member

    Joined:
    Dec 15, 2015
    Posts:
    9
    Likes Received:
    1
    Gender:
    Male
    Functions play a major role that functions play inside of any programming language. They basically allow you to write a piece of code, set it aside, and then execute it on demand as many times as you like throughout the lifetime of your program.
    Functions simplify writing code and remove repetition. They are also very great to improve the overall performance of a program.
     

Share This Page