Question d’entretien chez NVIDIA

Difference between pointer and reference.

Réponse à la question d'entretien

Utilisateur anonyme

4 nov. 2011

1) pointer can be reinitialized and reference cant. and hence pointer can be incremented / decremented but reference cant. 2) pointer can be zero initialized but reference cant.