Home » C++ Programming » References » Question
  1. Which is used to do the dereferencing?
    1. value with asterix
    2. value without asterix
    3. pointer without asterix
    4. pointer with asterix
    5. None of these
Correct Option: D

Dereferencing is using a pointer with asterix. For example, *(abc).



Your comments will be displayed only after manual approval.