Reference variable in C++ is used to give the alternative name to the already defined variable. There is one condition that the reference variable must be initialized at the time of declaration. The reference variables are declared by putting ‘&’ in the constitution

BY Best Interview Question ON 26 Jan 2019