Page 1 of 1

Pick the correct statement about references in C++.

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) References stores the address of variables
b) References and variables both have the same address
c) References use dereferencing operator(*) to access the value of variable its referencing
d) References were also available in C