Top

Discussion

While sorting a set of names, representing the names as an array of pointers is preferable to representing the names as a two dimensional array of characters because

  • A.storage needed will be proportional to the size of the data
  • B.execution will be faster
  • C.swapping process becomes easier and faster
  • D.All of the above

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment