Q:

To access the underlying object, we must dereference the original pointer twice

0

To access the underlying object, we must dereference the original pointer twice.

All Answers

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

cout << "The value of ival\n"
<< "direct value: " << ival << "\n"
<< "indirect value: " << *pi << "\n"
<< "doubly indirect value: " << **ppi
<< endl;

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