Page 1 of 1

What is the difference between references and pointers?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) References are an alias for a variable whereas pointer stores the address of a variable
b) References and pointers are similar
c) References stores address of variables whereas pointer points to variables
d) Pointers are an alias for a variable whereas references stores the address of a variable