WBJECA 2025 — Computer PYQWBJECA | Computer | 2025which of the following are advantages of using a linked list over arrays?Choose the correct answer:A. Dynamic size allocationB. Faster random accessC. Easier insertion and deletionD. All of these (Correct Answer)Correct Answer: All of theseExplanationThe correct answer is (D) All of these is incorrect; the true advantages are (A) and (C).ADynamic size allocationBFaster random accessCEasier insertion and deletionDAll of theseShow Answer SExplanationThe correct answer is (D) All of these is incorrect; the true advantages are (A) and (C).