InterviewSolution
| 1. |
difference between procedure and function |
|
Answer» (1)The major difference between procedure and function is that function return value that should be only single and function can pass any no of parameter but come out only ONE value only USING return statement. |
|