I wish I could have tested it myself, but unfortunately it’s impossible to do so in the current situation I’m in. Could anyone care to shed some light on this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Unlike a pointer, a reference isn’t actually an object. It doesn’t have an address itself, it’s easier to think of it as an alias to an object that the compiler will then interpret.
Anyway, you can always test code online with IdeOne
Executed online, with results.