Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
Define the Reference variable?
0
votes
asked
Jan 22, 2021
by
abitha
(
1.6k
points)
programming-languages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Inba
(
1.1k
points)
selected
Jan 22, 2021
by
abitha
Best answer
Reference variable points to the object of a class, i.e, it acts as a reference to that object.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is the difference between pass by value and pass by reference?
What is scope of a variable? How are variables scoped in C?
Difference between Call by value and call by reference
What is pass by reference in C++?
Define access specifier and its various types in C++
...