Question: Your application requires a single copy of some data type T to be held in memory that can be accessed by multiple threads. What is the thread-safe wrapper type?

  1. `Mutex>`
  2. `Rc>`
  3. `Arc>`
  4. `Mutex>`

Answer: The correct answer of the above question is Option C:`Arc>`