

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not true with the reference variable? |
A. | References eliminate the overhead associated with passing large data structures as parameters. |
B. | It cannot be used to reduce complex notation. |
C. | References eliminate pointer dereference notation. |
D. | It is a copy alias for another variable. |
Answer» C. References eliminate pointer dereference notation. | |