Question: Using the `?` operator at the end of an expression is equivalent to **\_**.

  1. a match pattern that branches into True or False
  2. calling ok_error()
  3. calling panic!()
  4. a match pattern that may result an early return

Answer: The correct answer of the above question is Option D:a match pattern that may result an early return