Linked lists use a(n) ____ to locate the next item in the list.

A. reference variable
B. pointer variable
C. link
D. assignment


Answer: B

Computer Science & Information Technology

You might also like to view...

Who can access private members in a class?

What will be an ideal response?

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. An array must be initialized when it is declared. 2. Subscript range errors are syntax errors. 3. Loop control variables may be used as array subscripts.

Computer Science & Information Technology

Redundancy is the storing of a piece of data in more than one place.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In object-oriented languages, the procedural modules that depend on user-initiated events are often called ____.

A. scripts B. blocks C. handlers D. windows

Computer Science & Information Technology