The method that adds a node at a given index in a linked list throws an exception unless the index is:
a) Negative
b) Greater than the list length
c) Equal to zero
d) Within the bounds of the list length