Home » C++ Programming » Questions and Answers » Question
  1. What type of reference should be used in vector arithmetic?
    1. Single
    2. dynamic
    3. const
    4. both dynamic & const
    5. None of these
Correct Option: C

As we are using the vector and it will give accurate result if we use const reference.



Your comments will be displayed only after manual approval.