Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What are the references in C++?

a) An alternative name for already existing variables
b) A pointer to a variable
c) A new type of variables
d) A new type of constant variable

Answer: a
Explanation: References are an alternative name for an already defined variable. They are different from pointers.

Join The Discussion