adplus-dvertising
frame-decoration

Question

When new element is added in the middle of singly linked list then ________.

a.

Only elements that appear after the new element need to be moved

b.

Only elements that appear before the new element need to be moved

c.

No need to move element

d.

Only elements that appear after the new element and before need to be moved

Answer: (c).No need to move element

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When new element is added in the middle of singly linked list then ________.

Similar Questions

Discover Related MCQs

Q. Which of the following operation is performed more efficiently in doubly linked list ?

Q. If in a linked list address of first node is 1020 then what will be the address of node at 5th position ?

Q. In Circular Linked List insertion of a node involves the modification of ____ links.

Q. The time required to search an element in a linked list of length n is

Q. The worst case time required to search a given element in a sorted linked list of length n is

Q. If a list contains no elements it is said to be

Q. In a linked list array, objects are referred to as

Q. Linked list uses

Q. Number of elements stored in any list is called its

Q. Standard approach for implementation of a list is/are of

Q. An ordered sequence of data items are known to be

Q. First link node of list is accessed from a pointer named

Q. A linked list is made up of a set of objects known as

Q. Definition of a list is to be

Q. Beginnning of any list is called its

Q. Key design decision embodied in this ADT is support for concept of a

Q. A pointer that is used to keep last link of list is called

Q. End of any list is called its

Q. Important concept related to lists is of

Q. Which of the following is false about a doubly linked list?