Home » C++ Programming » References » Question
  1. Which value can we not assign to reference?
    1. null
    2. unsigned
    3. floating
    4. integer
    5. None of these
Correct Option: A

If it can be assigned with a null value means, it is a copy of the pointer.



Your comments will be displayed only after manual approval.