You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You are in the process of developing a new application for ABC.com. The application must make
use of a list that has multiple nodes. You link the application to only the head node.
What is TRUE for this scenario?
A.
It allows you to navigate all of the list�s nodes.
B.
It prevents you from navigating to any list node.
C.
It prevents you from randomly accessing the list�s items.
D.
It allows you to store linked list items in a contiguous memory location.
A. C.