Examveda
Examveda

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

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block