Discussion Forum
Que. | Why reference is not same as a pointer? |
a. | A reference can never be null. |
b. | A reference once established cannot be changed. |
c. | Reference doesn't need an explicit dereferencing mechanism. |
d. | All of the above. |
Answer:All of the above. |