Pregunta:
What is the difference between a procedure and a function
Autor: sazin aliRespuesta:
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 calificaciones)
1 answer(s) in total