Q:

This placement indicates that it is the pointer, not the pointed-to type, that is const

0

This placement indicates that it is the pointer, not the pointed-to type, that is const.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

int errNumb = 0;
int *const curErr = &errNumb; // curErr will always point to errNumb
const double pi = 3.14159;
const double *const pip = π // pip is a const pointer to a const object

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now