0
what is the difference between parameters and arguments?
1 Réponse
0
A parameter represents a value that the procedure expects you to pass when you call it.
An argument represents the value that you pass to a procedure parameter when you call the procedure. The calling code supplies the arguments when it calls the procedure.