Interviewer And Interviewee Guide

C++ References Interview Question:

What is reference variable?

Submitted by: Administrator
A reference variable is just like pointer with few differences. It is declared using & operator. A reference variable must always be initialized. The reference variable once defined to refer to a variable can't be changed to point to other variable. You can't create an array of references the way it is possible with pointer.
Submitted by: Administrator

Read Online C++ References Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.