Page 1 of 1

How a reference is different from a pointer?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) A reference cannot be null
b) A reference once established cannot be changed
c) The reference doesn’t need an explicit dereferencing mechanism
d) All of the mentioned