Functions
A function is a block of statements, which once it is called gets executed.It can be used to perform specific tasks, such that we do not need to rewrite the same code again to get same task done.
A function is a block of statements, which once it is called gets executed.It can be used to perform specific tasks, such that we do not need to rewrite the same code again to get same task done.