Question d’entretien chez Dell Technologies

difference between "const char *p" and "char const *p"

Réponse à la question d'entretien

Utilisateur anonyme

18 mars 2013

first one is the value pointed by p is const and the second one is that the pointer is const