What does alloc mean in objective c?
Answer / Tulsi Kumar Chaudhary
"alloc" is a method used in Objective-C to allocate memory for an object. It returns an autoreleased instance of the specified class, which must be retained if you want to keep it around.
| Is This Answer Correct ? | 0 Yes | 0 No |
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
Can you learn swift without knowing objective c?
What is m script in matlab?
What is the difference between function and objective?
What is autoclosure?
How to add custom cell in uitableview in objective c?
Can objective c run on windows?
What is the point of closures?
What is objective c & why it is used for?
Explain how to call a function in objective-c?
Is objective c hard?
What do you mean by category and when to use it?