Question 1 of 51
What is the value of s?
NSMutableString *s = [NSMutableString stringWithString: @"123"]; [s appendString: @"456"];
123456
123
456
This code contains an error.
Time Remaining:01:30
Questions: 1/51