Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightThere is an extra element at the head of the list called a

There is an extra element at the head of the list called a

  • Q. There is an extra element at the head of the list called a
  • filter_dramaExplanation
    Answer is : B
    None.

Discussion

    No one started the discussion yet. Break the ice and start the conversation.
    Please Login to be part of the discussion.

Similar Questions

  • 1. Consider the Singly linked list having n elements. What will be the time taken to add an node at the end of linked list if Pointer is initially pointing to first node of the list.
  • filter_dramaExplanation
    Answer is : B
    None.
  • 2. What are different ways of implementing free lists and which is simple among them?
  • filter_dramaExplanation
    Answer is : A
    None.
  • 3. Which of the following application makes use of a circular linked list?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 4. Consider the following linked list and linked list representation. 

    what will be the value of following statement ?start->next->next->next->data

    struct node {
          int data;
          struct node *next;
    }*start = NULL;
     

     

  • filter_dramaExplanation
    Answer is : D
    None.
  • 5. To delete a node from the end of a linked list, the list is traversed up to the last ______.
  • filter_dramaExplanation
    Answer is : B
    None.

Data StructureTopics

leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points