Reference (C++)

A reference is an alias — another name for an existing variable. Once bound, it always refers to the same variable, so changing the reference changes the…