Is the following code correct?
NSMutableArray *a = [NSMutableArray new];
// do something with a
[a release];
Correct Answer: Yes
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Cocoa Programming For Mac OS X MCQ Questions