in DS recategorized by
4,365 views
2 votes
2 votes

The address field of linked list : 

  1. Contain address of next node 
  2. May contain null character
  3. Contain address of next pointer
  4. Both $\left (A \right)$ and $\left ( B \right)$
in DS recategorized by
by
4.4k views

1 comment

Option D
1
1

1 Answer

3 votes
3 votes

Option D

if node of linked list is not last node that  address field of linked list  Contain address of next node

if node of linked list is last  node that address field of linked list  May contain null character in case of singly linked list

Difference between a Static Queue and a Singly Linked List ...

 

Answer:

Related questions