MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct? 1.An argument passed to a ref parameter need not be initialized first. 2.Variables passed as out arguments need to be initialized prior to being passed. 3.Argument that uses params keyword must |
| A. | 2, 3 |
| B. | 1, 2 |
| C. | 4, 5 |
| D. | 3, 4 |
| Answer» E. | |