A pointer variable whose sole purpose is to locate the first node in a linked list is called ______.

a. the list’s top
b. the node’s link
c. the list’s link
d. the list’s head

d. the list’s head

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a device that receives data packets and sends them to their intended nodes while preventing data collisions

Fill in the blank(s) with correct word

Computer Science & Information Technology

Identify the general syntax of thedo/whileloop.

A. do (continue) {commands}while (continue){commands} B. while (continue) {commands}do (continue){commands} C. while {commands}do (continue); D. do {commands}while (continue);

Computer Science & Information Technology