

MCQOPTIONS
Saved Bookmarks
1. |
What will the following code snippet work? If not, what will be the error?
|
A. | No, this will not iterate |
B. | No, this will result in a runtime error with the message Cannot use Linked List |
C. | No, this will throw an exception as only numerics can be used in a for loop |
D. | Yes, this will work |
E. | None of these |
Answer» E. None of these | |