Question: The smart pointers Rc and Arc provide reference counting. What is the API for incrementing a reference count?

  1. .add()
  2. .incr()
  3. .clone()
  4. .increment()

Answer: The correct answer of the above question is Option C:.clone()