Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7782473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:33:20+00:00 2026-06-01T19:33:20+00:00

Can someone please give some examples where pass by reference is preferred over pass

  • 0

Can someone please give some examples where pass by reference is preferred over pass by pointer.

Basically both offer the same functionality but I want to know where pass by reference becomes mandatory.

Also, please suggest how to decide to use either of the two.

Please suggest with some basic examples.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T19:33:23+00:00Added an answer on June 1, 2026 at 7:33 pm

    Copy constructor and Assignment operator.

    struct A {
      ...
      A(const A& copy);
      A& operator = (const A& copy);
    };
    

    These are mandatory situations. Apart from these there can be other situations also (e.g. overloading other operators like +, <, > and so on).

    Also, please suggest how to decide to use either of the two.

    I prefer references (more C++ style) at most of the places and if a reference can’t be used, I tend to use pointers (more C style).
    Reference are somewhat analogical representation of a const pointer; i.e. A& is similar as A* const. Thus they provide some in-built safety against overwriting the location accidently.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can someone please give me some examples where enumeration is used? i dont understand
What is the difference? Are these the same? If not, can someone please give
Can someone please explain or give some resources on how function composition works in
Please can someone give me some pointers on how to send an email with
can someone please give me an example on the internet of how the system
Can someone please give me an idea of how the WIRED Magazine on iPad
Can someone give me a simple example involving threads in this manner, please. Problem
I am not clear with SQL reporting services. Can someone please give me a
Can someone please redirect me to the right link or give an example of
Could someone please give me some advice/ideas about how to deal with the situations

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.