Right choice is (b) Singly linked list
The best I can explain: A singly linked list is one in which each node has two fields, namely data field and pointer field. Data field stores the data and the pointer field points to the address of the next node.