Implement functions to manipulate lists using pointers instead of indices into an array of structures. what is the difference in memory space and processor time
a) Memory space increases, processor time decreases
b) Memory space decreases, processor time increases
c) Memory space and processor time both increase
d) Memory space and processor time both decrease