Question: What is the key difference between NSDictionary and NSMutableDictionary?

  1. NSMutableDictionary's values can change
  2. NSMutableDictionary has not initializers.
  3. NSDictionary can't be copied.
  4. NSDictionary's values can change.

Answer: The correct answer of the above question is Option A:NSMutableDictionary's values can change