fr
fr

Question from the Objective-C test

Create an NSArray object in Objective-C

Hard

In non-ARC, what syntax is equivalent to the following code:

myVar = @[@”test1”, @”test2”];

Author: Smart&SoftStatus: PublishedQuestion passed 27 times
Edit
-1
Community Evaluations
developer avatar
Incorrect answer
Auteur anonyme
21/03/2025
the syntax of the question is wrong