AMU 2025 — Computer PYQAMU | Computer | 2025Which one of the following statements is not true regarding Doubly Linked List?Choose the correct answer:A. Has two pointers (Correct Answer)B. Can traverse the list in backward directionC. Can not traverse in forward directionD. Delete operation is more efficient in doubly linked list than single linked listCorrect Answer: Has two pointersAHas two pointersBCan traverse the list in backward directionCCan not traverse in forward directionDDelete operation is more efficient in doubly linked list than single linked listShow Answer SExplanationNo text explanation available.