Context is, dabble (p1) cannot be matched to its prototype, the prototype for: void dabble bits (char *); P1, and p1 is defined as: const char [20]="How 's the weather?" ; ,
Ask, "c + + Primer Plus" whether this is in error,
CodePudding user response:
Const char * p="123";Char * p=p;
P1 [4]='5';//this is reasonable?