MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement is correct? |
| A. | A referenced has to be de-referenced to access a value. |
| B. | A referenced does not need to be de-referenced to access a value. |
| C. | A referenced has to be double de-referenced to access a value. |
| D. | Whether a reference should be de-referenced or not depends on the type of the reference. |
| E. | |
| Answer» C. A referenced has to be double de-referenced to access a value. | |