What value is in str after this line in executed? NSString str = "test" + " " + "more";
NSString str = "test" + " " + "more";
This code contains an error
test
nil
test more