Home » C++ Programming » Pointers » Question
  1. What should be used to point to a static class member?
    1. Dynamic pointer
    2. Normal pointer
    3. Smart pointer
    4. All of above
    5. None of these
Correct Option: B

Normal pointer



Your comments will be displayed only after manual approval.