1.

What Is Difference Between A Procedure & Function ?

Answer»

A FUNCTION is always returns a VALUE using the return statement.

A PROCEDURE MAY return ONE or more VALUES through parameters or may not return at all.

A FUNCTION is always returns a value using the return statement.

A PROCEDURE may return one or more values through parameters or may not return at all.



Discussion

No Comment Found