Which one of a function or procedure can pass parameter by value?
Answers
Answered by
0
Answer:
By using IN OUT parameter we can pass values into a parameter and return a value to the calling program using the same parameter. But this is possible only if the value passed to the procedure and output value have a same datatype. This parameter is used if the value of the parameter will be changed in the procedure..
Similar questions