How is a procedure different from a function?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both can modify and return data passed to them as a parameter, but a function can only return a single value to the caller.