iOS Question:

What is struct?

iOS Interview Question
iOS Interview Question

Answer:

A special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.


Previous QuestionNext Question
Define fast enumeration?Can you please explain the difference between NSArray and NSMutableArray?