<span>the basic unit for storing data in exel
is </span><span>The intersection point between a column and a row is a small rectangular box known as a cell. A cell is the basic unit for storing data in the spreadsheet. Because an Excel spreadsheet contains thousands of these cells, each is given a cell reference or address to identify it.</span>
<span>Windows service accounts will use passwords consisting of at least 15 characters</span>
Answer:
C. node*.
Explanation:
A linked list is a linear data structure where which contains elements stored at non contiguous memory location.They are linked to each other.Every node in a linked list is a pointer.Node consists of a data element and a pointer of node type which contains the address of the next node.
So to connect all the nodes we need the node to be a pointer.That's how we can connect them by address.