Home » C++ Programming » Dynamic Memory » Question
  1. Which is used to pass the large objects in c++?
    1. pass by reference
    2. pass by value
    3. both reference & pass by value
    4. function
    5. None of these
Correct Option: A

Because by using pass by reference we need to pass only address location, So it can save a lot of memory.



Your comments will be displayed only after manual approval.