InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Procedures And Functions ? |
|
Answer» A FUNCTION RETURNS a VALUE to the CALLER where as a PROCEDURE does not. A Function returns a value to the caller where as a Procedure does not. |
|