Question d’entretien chez Accenture

What is the difference between Procedure and Functions

Réponse à la question d'entretien

Utilisateur anonyme

25 oct. 2018

A function must return a value whereas procedure may or may not return a value. A function must have an Input parameter whereas a procedure may have an Input or Output parameter.