Question: Which choice is the most reasonable implementation of the function std::mutex::lock() by using std::mutex::try_lock()?

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

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