Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

0552.md

File metadata and controls

18 lines (12 loc) · 380 Bytes

Which of the following functions will sort an array in ascending order by value, while preserving key associations?

  • A) asort()
  • B) usort()
  • C) krsort()
  • D) ksort()
Answer

Answer: A