MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    To sort many large object or structures, it would be most efficient to | 
                            
| A. | Place them in an array and sort the array | 
| B. | Place them in a linked list and sort the linked list | 
| C. | Place pointers to them in an array and sort the array | 
| D. | Place reference to them in and array an sort the array | 
| Answer» C. Place pointers to them in an array and sort the array | |