Pergunta de entrevista da empresa WD

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

Resposta da entrevista

Sigiloso

28 de mai. de 2020

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

4