Which of the following is not a step in inserting a node into a linear list?

A. Allocate memory for the new node.
B. Determine the insertion point for the new node.
C. Set the new nodes link pointer to NULL.
D. Point the new node to its successor.
E. Point the predecessor to the new node.

Answer: C

Computer Science & Information Technology

You might also like to view...

A frame is a line that encloses a cell or a range of cells

Indicate whether the statement is true or false

Computer Science & Information Technology

The item marked 6 in the accompanying figure is a(n) ____.

A. action B. comment C. navigational cue D. statement

Computer Science & Information Technology