Question d’entretien chez WD

In C++, what is the difference between a pointer and a reference?

Réponse à la question d'entretien

Utilisateur anonyme

28 mai 2020

A pointer can be set to NULL and reassigned, while a reference cannot do either.

4