Question: What is the key difference between NSDictionary and NSMutableDictionary?
- NSMutableDictionary's values can change
 - NSMutableDictionary has not initializers.
 - NSDictionary can't be copied.
 - NSDictionary's values can change.
 
Answer: The correct answer of the above question is Option A:NSMutableDictionary's values can change