Home » C++ Programming » Pointers » Question
  1. The pointer can point to any variable that is not declared with which of these?
    1. volatile
    2. const
    3. static
    4. both volatile & const
    5. None of these
Correct Option: D

both volatile & const



Your comments will be displayed only after manual approval.