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 |
When will you use nsarray and nsmutablearray? Which one is faster?
Mention which class can you use for parsing of xml in iphone?
What is concept of property?
Can you please explain the way messaging works in objective-c?
What optional binding?
Can we have multiple uiwindows in ios?
What is property in objective c?
How to call a function in objective-c?
How do I open .m files?
Is objective c type safe language?
What is objective c runtime?
How do you check for leaks?