How a reference is different from a pointer?
Posted: Wed Jul 13, 2022 7:51 pm
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
b) A reference once established cannot be changed
c) The reference doesn’t need an explicit dereferencing mechanism
d) All of the mentioned