What is struct and enum?
Answer / Atul Kumar Ojha
In Objective-C, a struct (structure) is a custom composite data type that can contain an arbitrary collection of elements. An enum (enumeration) is a simple value type that represents a set of named values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is m files document management?
When will you use nsarray and nsmutablearray? Which one is faster?
Are callbacks closures?
What do you mean by category and when to use it?
What is an instancetype?
What is an extension?
Is objective c deprecated?
How to convert nsnumber to nsstring in objective c?
Does objective-c contain private strategies?
What is the difference between objective c and c++?
Explain what is protocol in objective-c?
List out the methods used in nsurl connection?