Pregunta de entrevista de WD

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

Respuesta de la entrevista

Anónimo

28 may 2020

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

4