Objective-C Choice Questions

Question 1 of 51

What is the value of s?

NSMutableString *s = [NSMutableString stringWithString: @"123"];
[s appendString: @"456"];

Time Remaining:01:30

Questions: 1/51