Question d’entretien chez Concentrix

what is a pointer?

Réponse à la question d'entretien

Utilisateur anonyme

25 févr. 2021

pointers are the variables used to store the address of another variable. The type of pointer and the type of data they are pointing to must be if type compatible.