Question d’entretien chez embedUR systems

Which method occupies less space - call by reference or call by value?

Réponse à la question d'entretien

Utilisateur anonyme

1 juil. 2024

Call by reference - a new variable is not created upon each call.

1