Ask Question
2 June, 12:22

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

Select one:

a. sort ()

b. arsort ()

c. asort ()

rsort ()

+4
Answers (1)
  1. 2 June, 13:13
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers