Question d’entretien chez ONE CONVERGENCE

Difference between call by value , reference , pointer

Réponse à la question d'entretien

Utilisateur anonyme

12 oct. 2022

Call by value sends a new copy of the variable, call by reference sends the actual variable, and pointer sends the address.