Vidyalelo
Computer Science · Q424

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 424

Q424

If you wanted to sort many large objects or structures, it would be most efficient to

A.
place them in an array and sort the array
B.
place pointers to them in an array and sort the array
Answer
C.
place them in a linked list and sort the linked list
D.
place references to them in an array and sort the array

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board