C++ References interview questions

Difference between pass by value and pass by reference - In pass by value approach, the called function creates another copies of the variables passes as arguments.....
What are references in C++? - A restricted type of pointer in C++ is known as a reference...