Pergunta de entrevista da empresa Dell Technologies

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

Resposta da entrevista

Sigiloso

18 de mar. de 2013

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