What code would you write to declare a pointer/reference named p that can point ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What code would you write to declare a pointer/reference named p that can point to an object of the class named P, and would belong to an instance (as opposed to a class), and would not be accessible beyond the scope of the class?