Answer Posted / hrpynux@gmail.com
A reference variable is an alias, that is, another name for an already existing variable. Once a reference is initialized with a variable, either the variable name or the reference name may be used to refer to the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is protected inheritance?
Write a program to show polymorphism in C++?
What is setbase c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What are virtual functions in c++?
Is c++ an oop?
What is the difference between the functions memmove() and memcpy()?
What is a float in c++?
Difference between an inspector and a mutator
What is a c++ object?
What do you know about near, far and huge pointer?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is the best way to declare and define global variables?
How a pointer differs from a reference?
What is a constant? Explain with an example.