Pregunta de entrevista de Dell Technologies

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

Respuesta de la entrevista

Anónimo

18 mar 2013

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