Home » C++ Programming » Introduction » Question
  1. Which is used to keep the call by reference value as intact?
    1. const
    2. absolute
    3. static
    4. All of above
    5. None of these
Correct Option: A

Because const will not change the value of the variables during the execution.



Your comments will be displayed only after manual approval.