Tuesday, May 22, 2018

Procedure :

A procedure does not have a return type and should not return any value but it can have a return statement that simply stops its execution and returns to the caller. A procedure is used to return multiple values otherwise it is generally similar to a function.

0 comments:

Post a Comment