Whats a struct?
Answer / maanya
A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is background state in ios?
What is a category and when is it used?
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
How core data works to save data in persistent storage?
What json framework is supported by ios (iphone os)?
What is category in ios?
What is the 'interface' and 'implementation'?
Difference between release and autorelease ?
What is arc ? How it works?
How nsoperationque works?
What is @dynamic and any place where it is used?
What are the limits of accessibility ?