what is a benefit of using pointers over an array to store a list? group of answer choices pointers have no particular benefit over arrays. pointers require less additional memory to insert, delete, and shift data. pointers require fewer processor instructions to insert, delete, and shift data. arrays cannot be dynamically allocated.