Computer Science, asked by shadha5nsvijavikum, 1 year ago

difference between procedure and function

Answers

Answered by nikithamegha
2

Difference between procedures and functions

• When the parameter is passed into the procedure; it does not return any value whereas a function always returns a value.

• One of the major differences in both of them is that procedures are not used in databases whereas functions play an important role in returning values from a database.

• Procedures are capable of returning multiple values and the functions are able to return limited values.

Similar questions