MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet. The result would be namespace McqsMentorConsoleApplication var a1 = [,,,]; var a2 = new Array(3); 0 in a1 0 in a2 |
| A. | True false |
| B. | False true |
| C. | True true |
| D. | False true |
| Answer» B. False true | |