Home » C++ Programming » References » Question
  1. Identify the correct sentence regarding inequality between reference and pointer.
    1. we can use reference to reference
    2. we can not create the array of reference
    3. we can create the Array of reference
    4. All of above
    5. None of these
Correct Option: B

we can not create the array of reference



Your comments will be displayed only after manual approval.