To append a node to a list means to

a. delete a node from the beginning of the list
b. delete a node from the end of the list
c. add a node to the beginning of the list
d. add a node to the end of the list
e. None of these

d. add a node to the end of the list

Computer Science & Information Technology

You might also like to view...

New workbooks typically contain how many worksheets?

A) 0 B) 1 C) 2 D) 3

Computer Science & Information Technology

A constructor __________.

a. always accepts two arguments b. has the same name as the class c. has the return type of void d. always has a private access specifier

Computer Science & Information Technology