Question:
What is the difference between a procedure and a function
Author: sazin aliAnswer:
Procedures do not have to return a value, functions must always return a value. Procedures can return multiple values whereas a function must return one, single value functions commonly make use of local variables
0 / 5 Â (0 ratings)
1 answer(s) in total