In a non-linear linked list, a node can point to
a. only the next node in sequence
b. only the previous node in sequence
c. more than one other node, plus the previous node in sequence
d. all of the other nodes in the list
e. None of these
c. more than one other node, plus the previous node in sequence
Computer Science & Information Technology
You might also like to view...
Where do you enter an application title and description?
a. The Details tab b. The Store Listing tab c. The Title tab d. The Information tab
Computer Science & Information Technology
Which of the following selection list properties returnstrueif more than one option can be selected from the list?
A. select.options B. select.length C. select.size D. select.multiple
Computer Science & Information Technology