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 6966613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:12:52+00:00 2026-05-27T16:12:52+00:00

So I am attempting to learn C++ and I have come across something that

  • 0

So I am attempting to learn C++ and I have come across something that puzzles me slightly. I have the code,

int x = 0;
int &y = x;
cout << &x<< " " << x << " " << &y << " " <<y<< endl;

This compiles fine and results in:

0 003AFA08 0 003AFA08

What I have trouble understanding why the conversion of x, an int, to &y, a reference, doesn’t result in an error. At first I thought it was some sort of conversion however,

int &y = &x;

results in an error.

Can anyone explain why this works in this way? Thanks in advance.

  • 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-05-27T16:12:53+00:00Added an answer on May 27, 2026 at 4:12 pm

    int& is not an address. It is a reference.

    int& y = x; declares y as a reference to x. It effectively means that y becomes another name for x. Any time you use y, it is as if you had said x.

    Pointers (not references) are used to store addresses. int& y = &x; is not valid because &x is the address of x (it’s an int*). y is a reference to an int, not a reference to an int*.

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

Sidebar

Related Questions

I have been attempting to learn Grails, however I am running into the following
I'm attempting to learn Scala so I have decided to implement datastructures with it.
I am attempting to learn J and the book I am using says this
I am attempting to learn about creating windows in c++, I have looked at
Currently, I'm trying to learn Javascript by writing my code in Gedit then attempting
I'm attempting to learn Spring MVC but have been spoiled by Grails. While I
I'm attempting to learn OOP and have a few questions. I've read the first
I am attempting to learn C and I have written a small program which
So I am attempting to learn how to code my first BST, and it
I am attempting to learn Java Programming on my own (without classes/teachers/tutors/etc.) so this

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.