Ask Question

Sort Sorts by value; assign new numbers as the keys.

Select one:

a. sort ()

b. arsort ()

c. asort ()

rsort ()

+3
Answers (1)
  1. 19 January, 10:40
    0
    Answer: (a) sort ()

    Explanation:

    Using sort () the keys are not preserved. However it sorts the array.

    example : sort ($array);
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Sort Sorts by value; assign new numbers as the keys. Select one: a. sort () b. arsort () c. asort () rsort () ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers