Dell Technologies Interview Question

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

Interview Answer

Anonymous

Mar 18, 2013

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