difference between producer and function
Answers
Answered by
1
Explanation:
A procedure is compiled once and can be called multiple times without being compiled. A function returns a value and control to calling function or code. A procedure returns the control but not any value to calling function or code.Nov 28, 2019
Answered by
1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
❥A procedure is compiled once and can be called multiple times without being compiled. A function returns a value and control to calling function or code. A procedure returns the control but not any value to calling function or code.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Similar questions