Assuming a linked list of four items, write a single statement that will place the value of NULL in the last node.
What will be an ideal response?
```
head->link->link->link->link = NULL;
```
Computer Science & Information Technology
You might also like to view...
The ________ option formats the last row of a table and displays column totals
Fill in the blank(s) with correct word
Computer Science & Information Technology
You must use the Paste Special command, rather than the Paste command to paste anything other than text
Indicate whether the statement is true or false
Computer Science & Information Technology