Difference between Function and Procedure
Procedure: In computer programming a specific set of instructions together called a procedure. Depending on the programming language it can be called as subroutine, subprogram or a function. Function: It is one of the basic concept in programming of computer. As it name says, it performs a function (work). It can be either user defined …
