National_Instruments
200-500 · Question #191
What function can reverse the order of values in an array without the loss of key information?
The correct answer is B. array_reverse(). See the full explanation below for the reasoning.
Question
What function can reverse the order of values in an array without the loss of key information?
Options
- Aarray_flip()
- Barray_reverse()
- Crsort()
- Dkrsort()
- Earray_multisort()
How the community answered
(47 responses)- A2% (1)
- B74% (35)
- C6% (3)
- D15% (7)
- E2% (1)
Community Discussion
No community discussion yet for this question.