Question: You want to sort my_array, declared below. Which choice is the correct call to std::sort, using a lambda expression as the comparison function?

  1. A
  2. B
  3. C
  4. D

Answer: The correct answer of the above question is Option A:A